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
2017-12-18
hw/virtio-balloon: remove old i386 dependency
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-18
hw: use "qemu/osdep.h" as first #include in source files
Philippe Mathieu-Daudé
1
-1
/
+1
2017-12-01
virtio: check VirtQueue Vring object is set
Prasad J Pandit
1
-3
/
+11
2017-12-01
vhost: fix error check in vhost_verify_ring_mappings()
Greg Kurz
1
-3
/
+3
2017-12-01
vhost: restore avail index from vring used index on disconnection
Maxime Coquelin
1
-0
/
+4
2017-12-01
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
1
-0
/
+10
2017-11-16
fix: unrealize virtio device if we fail to hotplug it
linzhecheng
1
-0
/
+1
2017-10-15
virtio-pci: Replace modern_as with direct access to modern_bar
Alexey Kardashevskiy
2
-38
/
+54
2017-10-15
virtio: fix descriptor counting in virtqueue_pop
Wolfgang Bumiller
1
-3
/
+3
2017-10-15
pci: Add interface names to hybrid PCI devices
Eduardo Habkost
1
-0
/
+5
2017-10-15
virtio/pci/migration: Convert to VMState
Dr. David Alan Gilbert
1
-81
/
+27
2017-10-15
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
1
-2
/
+3
2017-09-27
migration: Route more error paths
Dr. David Alan Gilbert
1
-6
/
+7
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-19
osdep.h: Prohibit disabling assert() in supported builds
Eric Blake
1
-4
/
+2
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-1
/
+2
2017-09-08
vhost: Release memory references on cleanup
Alex Williamson
1
-0
/
+4
2017-08-31
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-08-03
build-sys: add --disable-vhost-user
Marc-André Lureau
1
-2
/
+2
2017-08-02
vhost-user: fix legacy cross-endian configurations
Felipe Franciosi
1
-2
/
+21
2017-08-02
vhost: fix a memory leak
Peng Hao
1
-0
/
+2
2017-08-01
trace-events: fix code style: print 0x before hex numbers
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2017-07-31
docs: fix broken paths to docs/devel/tracing.txt
Philippe Mathieu-Daudé
1
-1
/
+1
2017-07-14
virtio-crypto: Convert to DEFINE_PROP_LINK
Fam Zheng
2
-22
/
+7
2017-07-14
virtio-rng: Convert to DEFINE_PROP_LINK
Fam Zheng
2
-13
/
+1
2017-07-14
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-2
/
+0
2017-07-14
virtio-blk: Convert to DEFINE_PROP_LINK
Fam Zheng
1
-2
/
+0
2017-07-14
qom: enforce readonly nature of link's check callback
Igor Mammedov
1
-1
/
+1
2017-07-03
vhost-user: unregister slave req handler at cleanup time
Maxime Coquelin
1
-0
/
+1
2017-07-03
vhost: ensure vhost_ops are set before calling iotlb callback
Maxime Coquelin
1
-2
/
+8
2017-07-03
pci: Make errp the last parameter of pci_add_capability()
Mao Zhongyi
1
-4
/
+8
2017-06-30
virtio-pci: use ioeventfd even when KVM is disabled
Stefan Hajnoczi
1
-1
/
+1
2017-06-15
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
2
-0
/
+69
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
1
-1
/
+1
2017-06-02
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
1
-3
/
+45
2017-06-02
vhost-user: add slave-req-fd support
Marc-André Lureau
1
-0
/
+127
2017-06-02
vhost-user: add vhost_user to hold the chr
Marc-André Lureau
1
-3
/
+16
2017-06-02
vhost: rework IOTLB messaging
Maxime Coquelin
2
-61
/
+77
2017-06-02
vhost: propagate errors in vhost_device_iotlb_miss()
Maxime Coquelin
1
-5
/
+10
2017-06-02
virtio: add virtqueue_alloc_element tracepoint
Paolo Bonzini
2
-0
/
+2
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-25
vhost-user: pass message as a pointer to process_message_reply()
Maxime Coquelin
1
-6
/
+6
2017-05-18
migration: migration.h was not needed
Juan Quintela
3
-3
/
+0
2017-05-18
Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-18
virtio: allow broken device to notify guest
Greg Kurz
1
-2
/
+2
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-05-10
hw/virtio: fix vhost user fails to startup when MQ
Zhiyong Yang
1
-8
/
+13
2017-04-21
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...
Peter Maydell
2
-6
/
+26
2017-04-21
virtio-rng: stop virtqueue while the CPU is stopped
Laurent Vivier
2
-6
/
+26
[next]