index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-24
softfloat: Add scaling float-to-int routines
Richard Henderson
2
-93
/
+375
2018-08-24
softfloat: Add scaling int-to-float routines
Richard Henderson
2
-61
/
+175
2018-08-24
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
Peter Maydell
1
-1
/
+1
2018-08-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
101
-736
/
+2529
2018-08-23
KVM: cleanup unnecessary #ifdef KVM_CAP_...
Paolo Bonzini
2
-10
/
+0
2018-08-23
target/i386: update MPX flags when CPL changes
Paolo Bonzini
1
-3
/
+4
2018-08-23
i2c: pm_smbus: Add the ability to force block transfer enable
Corey Minyard
5
-5
/
+8
2018-08-23
i2c: pm_smbus: Don't delay host status register busy bit when interrupts are ...
Corey Minyard
1
-6
/
+13
2018-08-23
i2c: pm_smbus: Add interrupt handling
Corey Minyard
3
-1
/
+31
2018-08-23
i2c: pm_smbus: Add block transfer capability
Corey Minyard
3
-15
/
+164
2018-08-23
i2c: pm_smbus: Make the I2C block read command read-only
Corey Minyard
1
-5
/
+4
2018-08-23
i2c: pm_smbus: Fix the semantics of block I2C transfers
Corey Minyard
3
-17
/
+47
2018-08-23
i2c: pm_smbus: Clean up some style issues
Corey Minyard
1
-20
/
+38
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
4
-42
/
+37
2018-08-23
pc: drop memory region alignment check for 0
David Hildenbrand
1
-1
/
+1
2018-08-23
util/oslib-win32: indicate alignment for qemu_anon_ram_alloc()
David Hildenbrand
1
-3
/
+12
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
4
-18
/
+29
2018-08-23
ipmi: Use proper struct reference for BT vmstate
Corey Minyard
1
-13
/
+55
2018-08-23
vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
Greg Edwards
2
-0
/
+6
2018-08-23
vhost-scsi: unify vhost-scsi get_features implementations
Greg Edwards
2
-13
/
+4
2018-08-23
vhost-user-scsi: move host_features into VHostSCSICommon
Greg Edwards
3
-8
/
+9
2018-08-23
cpus: allow cpu_get_ticks out of BQL
Paolo Bonzini
1
-15
/
+20
2018-08-23
cpus: protect TimerState writes with a spinlock
Paolo Bonzini
1
-25
/
+47
2018-08-23
seqlock: add QemuLockable support
Paolo Bonzini
1
-0
/
+20
2018-08-23
cpus: protect all icount computation with seqlock
Paolo Bonzini
1
-27
/
+42
2018-08-23
module: Use QEMU_MODULE_DIR as a search path
ryang
1
-8
/
+14
2018-08-23
qemu-guest-agent: freeze-hook to ignore dpkg files as well
Christian Ehrhardt
1
-1
/
+1
2018-08-23
hw/intc/apic: Switch away from old_mmio
Peter Maydell
1
-24
/
+18
2018-08-23
qom: convert the CPU list to RCU
Emilio G. Cota
6
-12
/
+11
2018-08-23
spapr: do not use CPU_FOREACH_REVERSE
Emilio G. Cota
1
-1
/
+15
2018-08-23
tests: add test-rcu-tailq
Emilio G. Cota
3
-0
/
+21
2018-08-23
tests: add test-list-simpleq
Emilio G. Cota
3
-0
/
+23
2018-08-23
test-rcu-list: abstract the list implementation
Emilio G. Cota
1
-12
/
+30
2018-08-23
test-rcu-list: access goflag with atomics
Emilio G. Cota
1
-9
/
+9
2018-08-23
rcu_queue: add RCU QTAILQ
Emilio G. Cota
1
-0
/
+66
2018-08-23
rcu_queue: add RCU QSIMPLEQ
Emilio G. Cota
1
-0
/
+65
2018-08-23
rcu_queue: remove barrier from QLIST_EMPTY_RCU
Emilio G. Cota
1
-1
/
+1
2018-08-23
rcu_queue: use atomic_set in QLIST_REMOVE_RCU
Emilio G. Cota
1
-1
/
+1
2018-08-23
target-i386: fix segment limit check in ljmp
Andrew Oates
1
-2
/
+2
2018-08-23
target-i386: Fix lcall/ljmp to call gate in IA-32e mode
Andrew Oates
1
-40
/
+152
2018-08-23
build-sys: remove glib_subprocess check
Marc-André Lureau
5
-18
/
+1
2018-08-23
kvm: add call to qemu_add_opts() for -overcommit option
Prasad Singamsetty
1
-0
/
+1
2018-08-23
lsi_scsi: add support for PPR Extended Message
George Kennedy
1
-0
/
+4
2018-08-23
i386: Fix arch_query_cpu_model_expansion() leak
Eduardo Habkost
1
-6
/
+3
2018-08-23
fw_cfg: import & use linux/qemu_fw_cfg.h
Marc-André Lureau
11
-80
/
+125
2018-08-23
update-linux-headers.sh: add qemu_fw_cfg.h
Marc-André Lureau
1
-1
/
+3
2018-08-23
checkpatch: allow space in more places before a bracket
Heinrich Schuchardt
1
-2
/
+1
2018-08-23
hmp-commands-info: add sync-profile
Emilio G. Cota
2
-0
/
+33
2018-08-23
hmp-commands: add sync-profile
Emilio G. Cota
3
-0
/
+40
2018-08-23
vl: add -enable-sync-profile
Emilio G. Cota
2
-0
/
+13
[next]