Sign in
qemu
/
qemu
/
8d999995e45c1002aa11f269c98f2e93e6f8c42a
/
hw
/
virtio
2f61120
Merge remote-tracking branch 'qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
0706f7c
Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging
by Peter Maydell
· 11 years ago
57d3e1b
virtio_rng: replace custom backend API with UserCreatable.complete() callback
by Igor Mammedov
· 11 years ago
385c04d
dataplane: fix shadowed return value
by Stefan Hajnoczi
· 11 years ago
e6baf61
virtio-balloon: don't hardcode config size value
by Luiz Capitulino
· 11 years ago
debe40f
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 11 years ago
83d0704
virtio: add back call to virtio_bus_device_unplugged
by Paolo Bonzini
· 11 years ago
87b7f2f
dataplane: replace hostmem with memory_region_find
by Paolo Bonzini
· 11 years ago
8c1b566
dataplane: change vring API to use VirtQueueElement
by Paolo Bonzini
· 11 years ago
781c117
vring: factor common code for error exits
by Paolo Bonzini
· 11 years ago
4d68483
vring: create a common function to parse descriptors
by Paolo Bonzini
· 11 years ago
306ec6c
virtio: Convert exit to unrealize
by Andreas Färber
· 12 years ago
0ba94b6
virtio: Complete converting VirtioDevice to QOM realize
by Andreas Färber
· 12 years ago
a8d57df
virtio-rng: Convert to QOM realize
by Andreas Färber
· 12 years ago
74def47
virtio-balloon: Convert to QOM realize
by Andreas Färber
· 12 years ago
1d244b4
virtio: Start converting VirtioDevice to QOM realize
by Andreas Färber
· 12 years ago
af7671f
virtio-rng: QOM realize preparations
by Andreas Färber
· 12 years ago
a546fb1
virtio-balloon: QOM realize preparations
by Andreas Färber
· 12 years ago
06a1307
virtio-pci: add device_unplugged callback
by Paolo Bonzini
· 12 years ago
7bb6edb
virtio-rng: switch exit callback to VirtioDeviceClass
by Paolo Bonzini
· 12 years ago
baa61b9
virtio-balloon: switch exit callback to VirtioDeviceClass
by Paolo Bonzini
· 12 years ago
5e96f5d
virtio-bus: cleanup plug/unplug interface
by Paolo Bonzini
· 12 years ago
a3fc66d
virtio-pci: remove vdev field
by Paolo Bonzini
· 12 years ago
06d3dff
virtio-bus: remove vdev field
by Paolo Bonzini
· 12 years ago
d44bb86
virtio-rng: add check of period
by Amos Kong
· 11 years ago
02a5c4c
qdev: Drop misleading qdev_free() function
by Stefan Hajnoczi
· 12 years ago
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
9889e04
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
23fe2b3
virtio_pci: fix level interrupts with irqfd
by Michael S. Tsirkin
· 12 years ago
213f0c4
qom: Pass available size to object_initialize()
by Andreas Färber
· 12 years ago
fb17dfe
qdev: Pass size to qbus_create_inplace()
by Andreas Färber
· 12 years ago
e5f7203
virtio-mmio: Pass size to virtio_mmio_bus_new()
by Andreas Färber
· 12 years ago
ac7af11
virtio-pci: Pass size to virtio_pci_bus_new()
by Andreas Färber
· 12 years ago
e65177a
virtio: Remove unnecessary OBJECT() casts
by Peter Maydell
· 12 years ago
b5d54bd
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
by Anthony Liguori
· 12 years ago
3e998a7
Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5
by Anthony Liguori
· 12 years ago
1ae2757
virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table
by yinyin
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
3ee1ee8
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 12 years ago
f7b803b
hw/virtio/virtio-mmio: Make QueueNumMax read 0 for unavailable queues
by Peter Maydell
· 12 years ago
3561ba1
vhost: clear signalled_used_valid on vhost stop
by Michael S. Tsirkin
· 12 years ago
6793dfd
virtio: clear signalled_used_valid when switching from dataplane
by Stefan Hajnoczi
· 12 years ago
ca916d3
kvm: add KVM_IRQFD_FLAG_RESAMPLE support
by Vincenzo Maffione
· 12 years ago
f6049f4
hw/virtio/virtio: Don't allow guests to add/remove queues
by Peter Maydell
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
52f3502
misc: Fix new typos in comments and strings
by Stefan Weil
· 12 years ago
549c272
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
by Anthony Liguori
· 12 years ago
4b52530
virtio: Implement MMIO based virtio transport
by Peter Maydell
· 12 years ago
6ce69d1
virtio: Support transports which can specify the vring alignment
by Peter Maydell
· 12 years ago
e63c0ba
virtio: Add support for guest setting of queue size
by Peter Maydell
· 12 years ago
9154b02
dataplane: sync virtio.c and vring.c virtqueue state
by Stefan Hajnoczi
· 12 years ago
5444e76
add a header file for atomic operations
by Paolo Bonzini
· 12 years ago
22fc860
hw/[u-x]*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
052e87b
memory: make section size a 128-bit integer
by Paolo Bonzini
· 12 years ago
5b45643
virtio-rng: Fix crash with non-default backend
by Cole Robinson
· 12 years ago
bbfa18f
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
by Amos Kong
· 12 years ago
87d23f7
virtio-pci: drop unused wmb macro
by Michael S. Tsirkin
· 12 years ago
6d46895
virtio: add virtio_bus_get_dev_path.
by KONRAD Frederic
· 12 years ago
800ced8
virtio-net-x: forward the netclient name and type.
by KONRAD Frederic
· 12 years ago
5f5a131
virtio: properly validate address before accessing config
by Jason Wang
· 12 years ago
62c9636
virtio-pci: fix level interrupts
by Michael S. Tsirkin
· 12 years ago
6f32a6b
virtio-scsi: fix the command line compatibility.
by KONRAD Frederic
· 12 years ago
80270a1
virtio-serial: fix command line compatibility.
by KONRAD Frederic
· 12 years ago
1034e9c
virtio: add virtio_device_set_child_bus_name.
by KONRAD Frederic
· 12 years ago
f4dd69a
virtio-x-bus: force bus name to virtio-bus.
by KONRAD Frederic
· 12 years ago
6a1a8cc
virtio: cleanup: init and exit function.
by KONRAD Frederic
· 12 years ago
1c81944
virtio: remove virtiobindings.
by KONRAD Frederic
· 12 years ago
181103c
virtio: remove the function pointer.
by KONRAD Frederic
· 12 years ago
a2f1078
virtio-pci: cleanup.
by KONRAD Frederic
· 12 years ago
d51fcfa
virtio-bus: make virtio_x_bus_new static.
by KONRAD Frederic
· 12 years ago
5d448f9
virtio-bus: add new functions.
by KONRAD Frederic
· 12 years ago
611aa33
virtio-rng: cleanup: use QOM casts.
by KONRAD Frederic
· 12 years ago
65f3b67
virtio-rng: cleanup: remove qdev field.
by KONRAD Frederic
· 12 years ago
46a5a89
virtio-rng: cleanup: init and exit functions.
by KONRAD Frederic
· 12 years ago
59ccd20
virtio-rng-pci: switch to the new API.
by KONRAD Frederic
· 12 years ago
6eac8ae
virtio-rng: add virtio-rng device.
by KONRAD Frederic
· 12 years ago
af1a8ad
virtio-rng: don't use pointer for configuration.
by KONRAD Frederic
· 12 years ago
234a336
virtio-9p-pci: switch to the new API.
by KONRAD Frederic
· 12 years ago
e7303c4
virtio-9p: add the virtio-9p device.
by KONRAD Frederic
· 12 years ago
6165daa
Merge remote-tracking branch 'bonzini/scsi-next' into staging
by Anthony Liguori
· 12 years ago
5078762
vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel module
by Nicholas Bellinger
· 12 years ago
e9cd423
virtio: simplify Makefile conditionals
by Paolo Bonzini
· 12 years ago
292c8e5
virtio-scsi: create VirtIOSCSICommon
by Paolo Bonzini
· 12 years ago
dcc6cef
virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP event
by Luiz Capitulino
· 12 years ago
af60314
vhost: Add vhost_commit callback for SeaBIOS ROM region re-mapping
by Nicholas Bellinger
· 12 years ago
e37da39
virtio-net-pci: switch to the new API.
by KONRAD Frederic
· 12 years ago
17ec5a8
virtio-net: add the virtio-net device.
by KONRAD Frederic
· 12 years ago
24a6e7f
virtio-balloon: fix dynamic properties.
by KONRAD Frederic
· 12 years ago
4ceb193
Merge remote-tracking branch 'bonzini/hw-dirs' into staging
by Anthony Liguori
· 12 years ago
dccfcd0
sysemu: avoid proliferation of include/ subdirectories
by Paolo Bonzini
· 12 years ago
f7f7464
virtio-serial-pci: switch to the new API.
by KONRAD Frederic
· 12 years ago
2cd2b01
virtio-serial: add the virtio-serial device.
by KONRAD Frederic
· 12 years ago
47b43a1
hw: move private headers to hw/ subdirectories.
by Paolo Bonzini
· 12 years ago
6e79074
hw: move virtio devices to hw/ subdirectories
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
1fd6bb4
hw: make subdirectories for devices
by Paolo Bonzini
· 12 years ago