index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
1
-2
/
+3
2018-07-03
ppc4xx_i2c: Rewrite to model hardware more closely
BALATON Zoltan
1
-1
/
+2
2018-07-03
ppx/xics: introduce a parent_reset in ICSStateClass
Cédric Le Goater
1
-0
/
+1
2018-07-03
ppc/xics: introduce a parent_realize in ICSStateClass
Cédric Le Goater
1
-1
/
+2
2018-07-03
ppc/xics: introduce ICP DeviceRealize and DeviceReset handlers
Cédric Le Goater
1
-2
/
+3
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
1
-0
/
+1
2018-07-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
10
-22
/
+40
2018-07-02
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180702' into staging
Peter Maydell
3
-4
/
+28
2018-07-02
cpu: Assert asidx_from_attrs return value in range
Richard Henderson
1
-2
/
+4
2018-07-02
tcg: Define and use new tlb_hit() and tlb_hit_page() functions
Peter Maydell
2
-2
/
+24
2018-07-02
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180702' into staging
Peter Maydell
3
-1
/
+70
2018-07-02
tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
Paolo Bonzini
1
-5
/
+3
2018-07-02
cutils: Do not include "qemu/units.h" directly
Philippe Mathieu-Daudé
1
-1
/
+0
2018-07-02
hw/virtio: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-07-02
hw/net: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-07-02
hw/ppc: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-07-02
hw/mips: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2
-2
/
+4
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-2
/
+3
2018-07-02
hw/tpm: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-7
/
+1
2018-07-02
include: Add IEC binary prefixes in "qemu/units.h"
Philippe Mathieu-Daudé
1
-0
/
+20
2018-07-02
tcg: Fix --disable-tcg build breakage
Philippe Mathieu-Daudé
1
-4
/
+9
2018-07-02
s390x/tcg: properly implement the TOD
David Hildenbrand
1
-0
/
+19
2018-07-02
s390x/tod: factor out TOD into separate device
David Hildenbrand
1
-0
/
+46
2018-07-02
loader: Check access size when calling rom_ptr() to avoid crashes
Thomas Huth
1
-1
/
+1
2018-07-02
s390/ipl: fix ipl with -no-reboot
Christian Borntraeger
1
-0
/
+4
2018-06-30
chardev: comment details for CLOSED event
Peter Xu
1
-1
/
+10
2018-06-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180629'...
Peter Maydell
1
-0
/
+16
2018-06-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-7
/
+14
2018-06-29
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+8
2018-06-29
device_tree: Add qemu_fdt_node_unit_path
Eric Auger
1
-0
/
+16
2018-06-29
Merge remote-tracking branch 'remotes/berrange/tags/min-glib-pull-request' in...
Peter Maydell
2
-313
/
+61
2018-06-29
block: Remove unused sector-based vectored I/O
Eric Blake
1
-4
/
+0
2018-06-29
file-posix: Make .bdrv_co_truncate asynchronous
Kevin Wolf
1
-1
/
+3
2018-06-29
block: Use tracked request for truncate
Kevin Wolf
1
-0
/
+1
2018-06-29
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
1
-0
/
+2
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
2
-2
/
+6
2018-06-29
usb-storage: Add rerror/werror properties
Kevin Wolf
1
-0
/
+2
2018-06-29
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
17
-34
/
+67
2018-06-29
glib: enforce the minimum required version and warn about old APIs
Daniel P. Berrangé
1
-0
/
+68
2018-06-29
glib: bump min required glib library version to 2.40
Daniel P. Berrangé
1
-319
/
+0
2018-06-29
util: remove redundant include of glib.h and add osdep.h
Daniel P. Berrangé
1
-1
/
+0
2018-06-29
hw/scsi: add VPD Block Limits emulation
Daniel Henrique Barboza
1
-1
/
+2
2018-06-29
hw/scsi: centralize SG_IO calls into single function
Daniel Henrique Barboza
1
-0
/
+2
2018-06-29
hw/scsi: cleanups before VPD BL emulation
Daniel Henrique Barboza
1
-0
/
+1
2018-06-29
cutils: Provide strchrnul
Keno Fischer
1
-0
/
+8
2018-06-28
kvm: support -overcommit cpu-pm=on|off
Michael S. Tsirkin
1
-0
/
+1
2018-06-28
hmp: obsolete "info ioapic"
Peter Xu
1
-3
/
+0
2018-06-28
ioapic: support "info irq"
Peter Xu
1
-0
/
+3
2018-06-28
memory/hmp: Print owners/parents in "info mtree"
Alexey Kardashevskiy
1
-1
/
+1
[prev]
[next]