index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
qdev: Remove hex8/32/64 property types
Paolo Bonzini
1
-3
/
+3
2014-02-11
exec: Make stw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-4
/
+6
2014-02-11
exec: Make stl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-2
/
+2
2014-02-11
exec: Make lduw_*_phys input an AddressSpace
Edgar E. Iglesias
1
-8
/
+8
2014-02-11
exec: Make ldq/ldub_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+1
2014-02-11
exec: Make ldl_*_phys input an AddressSpace
Edgar E. Iglesias
1
-1
/
+2
2014-02-01
Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-6
/
+9
2014-01-30
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
Peter Maydell
1
-3
/
+4
2014-01-28
virtio_rng: replace custom backend API with UserCreatable.complete() callback
Igor Mammedov
1
-6
/
+9
2014-01-22
dataplane: fix shadowed return value
Stefan Hajnoczi
1
-1
/
+1
2014-01-15
virtio-balloon: don't hardcode config size value
Luiz Capitulino
1
-3
/
+4
2014-01-10
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
3
-273
/
+165
2013-12-23
virtio: add back call to virtio_bus_device_unplugged
Paolo Bonzini
1
-0
/
+2
2013-12-20
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
3
-192
/
+71
2013-12-20
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
1
-20
/
+36
2013-12-20
vring: factor common code for error exits
Paolo Bonzini
1
-13
/
+21
2013-12-20
vring: create a common function to parse descriptors
Paolo Bonzini
1
-62
/
+51
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
3
-13
/
+18
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
1
-6
/
+0
2013-12-09
virtio-rng: Convert to QOM realize
Andreas Färber
1
-13
/
+11
2013-12-09
virtio-balloon: Convert to QOM realize
Andreas Färber
1
-5
/
+6
2013-12-09
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
1
-15
/
+27
2013-12-09
virtio-rng: QOM realize preparations
Andreas Färber
1
-5
/
+5
2013-12-09
virtio-balloon: QOM realize preparations
Andreas Färber
1
-6
/
+6
2013-12-09
virtio-pci: add device_unplugged callback
Paolo Bonzini
1
-2
/
+10
2013-12-09
virtio-rng: switch exit callback to VirtioDeviceClass
Paolo Bonzini
1
-6
/
+4
2013-12-09
virtio-balloon: switch exit callback to VirtioDeviceClass
Paolo Bonzini
1
-6
/
+4
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2
-11
/
+15
2013-12-09
virtio-pci: remove vdev field
Paolo Bonzini
2
-46
/
+65
2013-12-09
virtio-bus: remove vdev field
Paolo Bonzini
3
-31
/
+45
2013-11-21
virtio-rng: add check of period
Amos Kong
1
-0
/
+6
2013-11-05
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
1
-3
/
+1
2013-10-14
hw: set interrupts using pci irq wrappers
Marcel Apfelbaum
1
-2
/
+2
2013-09-03
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
1
-2
/
+1
2013-09-01
virtio_pci: fix level interrupts with irqfd
Michael S. Tsirkin
1
-2
/
+1
2013-08-30
qom: Pass available size to object_initialize()
Andreas Färber
1
-8
/
+8
2013-08-30
qdev: Pass size to qbus_create_inplace()
Andreas Färber
2
-2
/
+2
2013-08-30
virtio-mmio: Pass size to virtio_mmio_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
virtio-pci: Pass size to virtio_pci_bus_new()
Andreas Färber
1
-3
/
+5
2013-08-30
virtio: Remove unnecessary OBJECT() casts
Peter Maydell
1
-8
/
+8
2013-08-29
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
Anthony Liguori
1
-1
/
+1
2013-08-29
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
Anthony Liguori
1
-1
/
+1
2013-08-25
virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect de...
yinyin
1
-1
/
+1
2013-08-22
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2
-11
/
+11
2013-08-12
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
3
-0
/
+7
2013-08-12
hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queues
Peter Maydell
1
-0
/
+3
2013-08-12
vhost: clear signalled_used_valid on vhost stop
Michael S. Tsirkin
1
-0
/
+1
2013-08-12
virtio: clear signalled_used_valid when switching from dataplane
Stefan Hajnoczi
2
-0
/
+6
2013-08-09
kvm: add KVM_IRQFD_FLAG_RESAMPLE support
Vincenzo Maffione
1
-1
/
+1
2013-08-09
hw/virtio/virtio: Don't allow guests to add/remove queues
Peter Maydell
1
-3
/
+9
[next]