index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
Merge remote-tracking branch 'remotes/elmarco/tags/tidy-pull-request' into st...
Peter Maydell
12
-23
/
+21
2017-08-31
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-2
/
+2
2017-08-31
eepro100: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
i386: replace g_malloc()+memcpy() with g_memdup()
Marc-André Lureau
1
-2
/
+1
2017-08-31
msix: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
usb-hub: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-08-31
q35: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
piix: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
virtio-serial: use DIV_ROUND_UP
Marc-André Lureau
1
-4
/
+4
2017-08-31
virtio-gpu: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-08-31
vga: use DIV_ROUND_UP
Marc-André Lureau
1
-1
/
+1
2017-08-31
pcspk: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-31
i8254: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-2
/
+2
2017-08-31
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-30
s390x/pci: fixup trap_msix()
Yi Min Zhao
1
-2
/
+2
2017-08-30
s390x/s390-stattrib: Mark the storage attribute as not user_creatable
Thomas Huth
2
-0
/
+8
2017-08-30
s390x/kvm: move KVM declarations and stubs to separate files
David Hildenbrand
2
-0
/
+2
2017-08-30
s390x: avoid calling kvm_ functions outside of target/s390x/
David Hildenbrand
1
-3
/
+1
2017-08-30
target/s390x: move gtod_*() declarations to s390-virtio.h
David Hildenbrand
1
-0
/
+2
2017-08-30
s390x: drop inclusion of sysemu/kvm.h from some files
David Hildenbrand
3
-3
/
+1
2017-08-30
s390x/cpumodel: factor out determination of default model name
David Hildenbrand
1
-6
/
+1
2017-08-30
target/s390x: no need to pass kvm_state to savevm_gtod handlers
David Hildenbrand
1
-1
/
+1
2017-08-30
target/s390x: simplify gs_allowed()
David Hildenbrand
1
-12
/
+2
2017-08-30
target/s390x: simplify ri_allowed()
David Hildenbrand
1
-3
/
+0
2017-08-30
s390x/kvm: drop KVMState parameter from s390_get_memslot_count()
David Hildenbrand
1
-1
/
+1
2017-08-30
s390x/s390-skeys: Mark the storage key devices with user_creatable = false
Thomas Huth
2
-0
/
+8
2017-08-30
s390x/sclp: properly guard pci-specific functions
Cornelia Huck
3
-25
/
+36
2017-08-30
s390x/ccw: create s390 phb conditionally
Cornelia Huck
1
-6
/
+8
2017-08-30
s390x: chsc nt2 events are pci-only
Cornelia Huck
3
-6
/
+6
2017-08-30
s390x/pci: add stubs
Cornelia Huck
2
-1
/
+78
2017-08-30
kvm: remove hard dependency on pci
Cornelia Huck
2
-0
/
+16
2017-08-30
9pfs: fix dependencies
Cornelia Huck
2
-2
/
+2
2017-08-30
watchdog/wdt_diag288: Mark diag288 watchdog as non-hotpluggable
Thomas Huth
1
-0
/
+1
2017-08-30
s390x/ipl: The s390-ipl device is not hot-pluggable
Thomas Huth
1
-0
/
+2
2017-08-30
s390x: introduce 2.11 compat machine
Cornelia Huck
1
-1
/
+16
2017-08-30
s390x/css: generate solicited crw for rchp completion signaling
Dong Jia Shi
1
-6
/
+10
2017-08-30
s390x/css: use macro for event-information pending error recover code
Dong Jia Shi
1
-1
/
+1
2017-08-29
nvme: Fix get/set number of queues feature, again
Dan Aloni
1
-2
/
+2
2017-08-23
numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9
Eduardo Habkost
1
-1
/
+1
2017-08-22
hw/ppc/spapr_iommu: Fix crash when removing the "spapr-tce-table" device
Thomas Huth
1
-0
/
+2
2017-08-22
hw/ppc/spapr_rtc: Mark the RTC device with user_creatable = false
Thomas Huth
1
-0
/
+2
2017-08-22
hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'
Thomas Huth
4
-18
/
+54
2017-08-22
spapr: Allow configure-connector to be called multiple times
Bharata B Rao
1
-7
/
+23
2017-08-15
mmio-interface: Mark as not user creatable
Peter Maydell
1
-0
/
+5
2017-08-15
qxl: call qemu_spice_display_init_common for secondary devices
Paolo Bonzini
1
-1
/
+1
2017-08-14
xlnx-qspi: add a property for mmio-execution
KONRAD Frederic
1
-3
/
+33
2017-08-14
hw/misc/mmio_interface: Return after error_setg() to avoid crash
Thomas Huth
1
-0
/
+2
2017-08-10
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-2
/
+12
2017-08-10
virtio-blk: handle blk_getlength() errors
Stefan Hajnoczi
1
-1
/
+3
2017-08-10
IDE: Do not flush empty CDROM drives
Stefan Hajnoczi
1
-1
/
+9
[next]