index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
qmp/hmp: add rocker device support
Scott Feldman
2015-06-12
6
-0
/
+419
*
rocker: bring link up/down on PHY enable/disable
Scott Feldman
2015-06-12
1
-0
/
+12
*
rocker: Add support for phys name
David Ahern
2015-06-12
4
-2
/
+30
*
xen_backend: Remove unused error handling of qemu_set_fd_handler
Fam Zheng
2015-06-12
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-11
17
-115
/
+978
|
\
|
*
i386/acpi-build: fix PXB workarounds for unsupported BIOSes
Laszlo Ersek
2015-06-11
1
-4
/
+4
|
*
i386/acpi-build: more traditional _UID and _HID for PXB root buses
Laszlo Ersek
2015-06-11
1
-3
/
+2
|
*
vhost-scsi: move qdev properties into vhost-scsi.c
Shannon Zhao
2015-06-10
1
-1
/
+8
|
*
virtio-9p-device: move qdev properties into virtio-9p-device.c
Shannon Zhao
2015-06-10
2
-5
/
+2
|
*
virtio-serial-bus: move qdev properties into virtio-serial-bus.c
Shannon Zhao
2015-06-10
1
-1
/
+2
|
*
virtio-rng: move qdev properties into virtio-rng.c
Shannon Zhao
2015-06-10
1
-1
/
+7
|
*
virtio-scsi: move qdev properties into virtio-scsi.c
Shannon Zhao
2015-06-10
1
-2
/
+11
|
*
virtio-net: move qdev properties into virtio-net.c
Shannon Zhao
2015-06-10
1
-2
/
+42
|
*
virtio-input: emulated devices [pci]
Gerd Hoffmann
2015-06-10
2
-0
/
+97
|
*
virtio-input: core code & base class [pci]
Gerd Hoffmann
2015-06-10
2
-0
/
+50
|
*
virtio-pci: fill VirtIOPCIRegions early.
Gerd Hoffmann
2015-06-10
2
-41
/
+55
|
*
virtio-pci: drop identical virtio_pci_cap
Gerd Hoffmann
2015-06-10
1
-13
/
+5
|
*
virtio-pci: move cap type to VirtIOPCIRegion
Gerd Hoffmann
2015-06-10
2
-4
/
+6
|
*
virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map
Gerd Hoffmann
2015-06-10
1
-18
/
+10
|
*
virtio-pci: add virtio_pci_modern_region_map()
Gerd Hoffmann
2015-06-10
2
-6
/
+20
|
*
virtio-pci: add virtio_pci_modern_regions_init()
Gerd Hoffmann
2015-06-10
1
-58
/
+59
|
*
virtio-pci: add struct VirtIOPCIRegion for virtio-1 regions
Gerd Hoffmann
2015-06-10
2
-13
/
+19
|
*
virtio-balloon: switch to virtio_add_feature
Cornelia Huck
2015-06-10
1
-1
/
+1
|
*
virtio-pci: correctly set host notifiers for modern bar
Jason Wang
2015-06-10
1
-6
/
+25
|
*
virtio-pci: make modern bar 64bit + prefetchable
Gerd Hoffmann
2015-06-10
1
-1
/
+3
|
*
virtio-pci: change & document virtio pci bar layout.
Gerd Hoffmann
2015-06-10
1
-6
/
+25
|
*
virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller
Gerd Hoffmann
2015-06-10
1
-1
/
+1
|
*
virtio-pci: add flags to enable/disable legacy/modern
Gerd Hoffmann
2015-06-10
2
-13
/
+39
|
*
virtio-pci: switch to modern accessors for 1.0
Michael S. Tsirkin
2015-06-10
1
-6
/
+6
|
*
virtio: add modern config accessors
Michael S. Tsirkin
2015-06-10
1
-0
/
+96
|
*
virtio: generation counter support
Michael S. Tsirkin
2015-06-10
2
-1
/
+2
|
*
virtio-pci: initial virtio 1.0 support
Michael S. Tsirkin
2015-06-10
2
-0
/
+395
|
*
linux-headers: add virtio_pci
Michael S. Tsirkin
2015-06-10
1
-0
/
+2
|
*
vhost: 64 bit features
Cornelia Huck
2015-06-10
2
-13
/
+13
|
*
vhost_net: add version_1 feature
Michael S. Tsirkin
2015-06-10
1
-0
/
+2
|
*
virtio-net: enable virtio 1.0
Cornelia Huck
2015-06-10
1
-0
/
+1
|
*
virtio-net: support longer header
Cornelia Huck
2015-06-10
1
-6
/
+15
|
*
virtio-net: no writeable mac for virtio-1
Cornelia Huck
2015-06-10
1
-0
/
+1
|
*
virtio: allow to fail setting status
Cornelia Huck
2015-06-10
2
-9
/
+35
|
*
virtio: disallow late feature changes for virtio-1
Cornelia Huck
2015-06-10
1
-3
/
+15
|
*
dataplane: allow virtio-1 devices
Cornelia Huck
2015-06-10
1
-21
/
+26
|
*
virtio: allow virtio-1 queue layout
Cornelia Huck
2015-06-10
2
-19
/
+37
|
*
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
2015-06-10
1
-1
/
+5
|
*
vhost: put log correctly in vhost_dev_start()
Jason Wang
2015-06-10
1
-3
/
+1
*
|
hw/vfio/platform: replace g_malloc0_n by g_new0
Eric Auger
2015-06-11
1
-2
/
+1
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150610-1' into s...
Peter Maydell
2015-06-10
3
-48
/
+969
|
\
\
|
*
|
virtio-gpu/2d: add virtio gpu core code
Gerd Hoffmann
2015-06-10
2
-0
/
+920
|
*
|
stdvga: factor out mmio subregion init
Gerd Hoffmann
2015-06-10
1
-29
/
+30
|
*
|
stdvga: pass VGACommonState instead of PCIVGAState
Gerd Hoffmann
2015-06-10
1
-22
/
+22
|
*
|
stdvga: fix offset in pci_vga_ioport_read
Gerd Hoffmann
2015-06-10
1
-3
/
+3
[next]