index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
vhost: fix cleanup on not fully initialized device
Marc-André Lureau
2016-07-28
1
-3
/
+6
|
*
|
vhost: assert the log was cleaned up
Marc-André Lureau
2016-07-28
1
-0
/
+1
|
*
|
vhost: make vhost_log_put() idempotent
Marc-André Lureau
2016-07-28
1
-5
/
+2
|
*
|
vhost: don't assume opaque is a fd, use backend cleanup
Marc-André Lureau
2016-07-28
1
-9
/
+7
|
*
|
misc: indentation
Marc-André Lureau
2016-07-28
1
-1
/
+1
|
*
|
virtio: check vring descriptor buffer length
Prasad J Pandit
2016-07-28
1
-0
/
+5
|
*
|
hw/virtio-pci: fix virtio behaviour
Marcel Apfelbaum
2016-07-28
4
-26
/
+37
|
*
|
apb: convert init to realize
Wei Jiangang
2016-07-28
1
-3
/
+2
|
*
|
hw/pci-bridge: Convert pxb initialization functions to Error
Wei Jiangang
2016-07-28
1
-27
/
+25
|
*
|
hw/apci: handle 64-bit MMIO regions correctly
Marcel Apfelbaum
2016-07-28
1
-9
/
+45
|
*
|
acpi: refactor pxb crs computation
Marcel Apfelbaum
2016-07-28
1
-31
/
+50
|
*
|
hw/acpi: fix a DSDT table issue when a pxb is present.
Marcel Apfelbaum
2016-07-28
1
-0
/
+4
|
*
|
hw/pxb: declare pxb devices as not hot-pluggable
Marcel Apfelbaum
2016-07-28
1
-0
/
+2
|
*
|
hw/pcie-root-port: Fix PCIe root port initialization
Marcel Apfelbaum
2016-07-28
1
-0
/
+1
|
*
|
pcie: fix link active status bit migration
Michael S. Tsirkin
2016-07-28
2
-6
/
+20
*
|
|
ide: fix halted IO segfault at reset
John Snow
2016-07-28
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2016-07-27
4
-37
/
+16
|
\
\
|
*
|
qdev: ignore GlobalProperty.errp for hotplugged devices
Greg Kurz
2016-07-27
1
-2
/
+2
|
*
|
machine: Add comment to abort path in machine_set_kernel_irqchip
Greg Kurz
2016-07-27
1
-0
/
+3
|
*
|
Revert "pc: Enforce adding CPUs contiguously and removing them in opposite or...
Igor Mammedov
2016-07-26
1
-34
/
+0
|
*
|
pc: Init CPUState->cpu_index with index in possible_cpus[]
Igor Mammedov
2016-07-26
1
-0
/
+4
|
*
|
qdev: Fix object reference leak in case device.realize() fails
Igor Mammedov
2016-07-26
1
-1
/
+7
*
|
|
virtio: error out if guest exceeds virtqueue size
Stefan Hajnoczi
2016-07-27
1
-0
/
+5
|
/
/
*
|
spapr: disintricate core-id from DT semantics
Greg Kurz
2016-07-25
2
-18
/
+16
*
|
spapr: fix spapr-nvram migration
lvivier@redhat.com
2016-07-25
1
-8
/
+15
*
|
hw/ppc/spapr: Make sure to close the htab_fd when migration is canceled
Thomas Huth
2016-07-25
1
-1
/
+8
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-21
30
-318
/
+941
|
\
|
*
intel_iommu: avoid unnamed fields
Michael S. Tsirkin
2016-07-21
1
-21
/
+21
|
*
virtio-gpu: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+7
|
*
virtio-gpu: Use migrate_add_blocker for virgl migration blocking
Dr. David Alan Gilbert
2016-07-21
1
-6
/
+13
|
*
virtio-input: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-20
/
+6
|
*
9pfs: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-9
/
+5
|
*
virtio-serial: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-21
/
+6
|
*
virtio-net: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+7
|
*
virtio-balloon: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-14
/
+5
|
*
virtio-rng: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-15
/
+5
|
*
virtio-blk: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+6
|
*
virtio-scsi: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-15
/
+6
|
*
virtio: Migration helper function and macro
Dr. David Alan Gilbert
2016-07-21
1
-0
/
+6
|
*
virtio-serial: Remove old migration version support
Dr. David Alan Gilbert
2016-07-21
1
-22
/
+15
|
*
virtio-net: Remove old migration version support
Dr. David Alan Gilbert
2016-07-21
1
-53
/
+34
|
*
virtio-scsi: Replace HandleOutput typedef
Fam Zheng
2016-07-21
1
-2
/
+3
|
*
virtio-scsi: Call virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-6
/
+3
|
*
virtio-blk: Call virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-1
/
+1
|
*
virtio: Introduce virtio_add_queue_aio
Fam Zheng
2016-07-21
1
-4
/
+34
|
*
virtio: Add typedef for handle_output
Fam Zheng
2016-07-21
1
-5
/
+4
|
*
intel_iommu: disallow kernel-irqchip=on with IR
Peter Xu
2016-07-21
1
-0
/
+11
|
*
intel_iommu: support all masks in interrupt entry cache invalidation
Radim Krčmář
2016-07-21
2
-1
/
+2
|
*
kvm-irqchip: do explicit commit when update irq
Peter Xu
2016-07-21
4
-0
/
+5
|
*
kvm-irqchip: x86: add msi route notify fn
Peter Xu
2016-07-21
1
-0
/
+15
[prev]
[next]