index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
4
-0
/
+11
2013-07-27
misc: Fix new typos in comments and strings
Stefan Weil
1
-2
/
+2
2013-07-22
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130722' into staging
Anthony Liguori
3
-3
/
+459
2013-07-19
virtio: Implement MMIO based virtio transport
Peter Maydell
2
-0
/
+422
2013-07-19
virtio: Support transports which can specify the vring alignment
Peter Maydell
1
-3
/
+29
2013-07-19
virtio: Add support for guest setting of queue size
Peter Maydell
1
-0
/
+8
2013-07-19
dataplane: sync virtio.c and vring.c virtqueue state
Stefan Hajnoczi
1
-3
/
+5
2013-07-04
add a header file for atomic operations
Paolo Bonzini
1
-5
/
+4
2013-07-04
hw/[u-x]*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-2
/
+2
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
3
-0
/
+10
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
3
-4
/
+4
2013-06-18
virtio-rng: Fix crash with non-default backend
Cole Robinson
1
-1
/
+1
2013-05-30
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Amos Kong
1
-0
/
+6
2013-05-29
virtio-pci: drop unused wmb macro
Michael S. Tsirkin
1
-6
/
+0
2013-05-16
virtio: add virtio_bus_get_dev_path.
KONRAD Frederic
1
-0
/
+14
2013-05-15
virtio-net-x: forward the netclient name and type.
KONRAD Frederic
1
-0
/
+3
2013-05-08
virtio: properly validate address before accessing config
Jason Wang
1
-12
/
+18
2013-05-08
virtio-pci: fix level interrupts
Michael S. Tsirkin
1
-0
/
+5
2013-05-03
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
1
-0
/
+12
2013-05-03
virtio-serial: fix command line compatibility.
KONRAD Frederic
1
-0
/
+12
2013-05-03
virtio: add virtio_device_set_child_bus_name.
KONRAD Frederic
1
-0
/
+24
2013-05-03
virtio-x-bus: force bus name to virtio-bus.
KONRAD Frederic
1
-1
/
+4
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
3
-19
/
+4
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
4
-65
/
+45
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
4
-38
/
+52
2013-04-24
virtio-pci: cleanup.
KONRAD Frederic
2
-54
/
+2
2013-04-24
virtio-bus: make virtio_x_bus_new static.
KONRAD Frederic
2
-2
/
+3
2013-04-24
virtio-bus: add new functions.
KONRAD Frederic
1
-0
/
+23
2013-04-24
virtio-rng: cleanup: use QOM casts.
KONRAD Frederic
1
-12
/
+15
2013-04-24
virtio-rng: cleanup: remove qdev field.
KONRAD Frederic
1
-2
/
+0
[next]