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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/pxb: add map_irq func
Marcel Apfelbaum
2015-06-03
1
-1
/
+19
*
hw/pci: inform bios if the system has extra pci root buses
Marcel Apfelbaum
2015-06-03
1
-0
/
+20
*
hw/pci: introduce PCI Expander Bridge (PXB)
Marcel Apfelbaum
2015-06-03
3
-0
/
+198
*
hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query
Marcel Apfelbaum
2015-06-03
1
-1
/
+2
*
hw/acpi: remove from root bus 0 the crs resources used by other buses.
Marcel Apfelbaum
2015-06-03
1
-27
/
+91
*
hw/acpi: add _CRS method for extra root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+139
*
hw/apci: add _PRT method for extra PCI root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+81
*
hw/acpi: add support for i440fx 'snooping' root busses
Marcel Apfelbaum
2015-06-03
1
-0
/
+23
*
hw/pci: extend PCI config access to support devices behind PXB
Marcel Apfelbaum
2015-06-03
1
-5
/
+29
*
hw/i386: query only for q35/pc when looking for pci host bridge
Marcel Apfelbaum
2015-06-03
1
-9
/
+25
*
hw/pci: made pci_bus_num a PCIBusClass method
Marcel Apfelbaum
2015-06-03
2
-3
/
+11
*
hw/pci: made pci_bus_is_root a PCIBusClass method
Marcel Apfelbaum
2015-06-03
3
-3
/
+24
*
acpi: add implementation of aml_while() term
Marcel Apfelbaum
2015-06-03
1
-0
/
+8
*
acpi: add acpi_send_gpe_event() to rise sci for hotplug
Zhu Guihua
2015-06-03
7
-14
/
+22
*
virtio: 64bit features fixups.
Gerd Hoffmann
2015-06-03
3
-7
/
+7
*
TPM: fix build with tpm disabled
Juan Quintela
2015-06-03
1
-0
/
+2
*
virtio-pci: don't try to mask or unmask vqs without notifiers
Jason Wang
2015-06-03
1
-7
/
+14
*
hw/q35: fix floppy controller definition in ich9
Marcel Apfelbaum
2015-06-03
1
-1
/
+1
*
acpi: add missing ssdt
Michael S. Tsirkin
2015-06-03
1
-0
/
+36
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2015-06-01
62
-1073
/
+1651
|
\
|
*
vhost-user: add multi queue support
Ouyang Changchun
2015-06-01
6
-18
/
+49
|
*
virtio: make features 64bit wide
Gerd Hoffmann
2015-06-01
11
-40
/
+81
|
*
qdev: add 64bit properties
Gerd Hoffmann
2015-06-01
2
-0
/
+68
|
*
virtio-mmio: ioeventfd support
Ying-Shiuan Pan
2015-06-01
1
-0
/
+181
|
*
hw/acpi/aml-build: Fix memory leak
Shannon Zhao
2015-06-01
1
-0
/
+1
|
*
acpi: add aml_while() term
Marcel Apfelbaum
2015-06-01
1
-0
/
+1
|
*
acpi: add aml_increment() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+9
|
*
acpi: add aml_shiftright() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+11
|
*
acpi: add aml_shiftleft() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+11
|
*
acpi: add aml_index() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+11
|
*
acpi: add aml_lless() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+10
|
*
acpi: add aml_add() term
Marcel Apfelbaum
2015-06-01
2
-0
/
+11
|
*
TPM2 ACPI table support
Stefan Berger
2015-06-01
10
-28
/
+237
|
*
tpm: Probe for connected TPM 1.2 or TPM 2
Stefan Berger
2015-05-31
5
-54
/
+167
|
*
Extend TPM TIS interface to support TPM 2
Stefan Berger
2015-05-31
7
-9
/
+158
|
*
Add stream ID to MSI write
Pavel Fedin
2015-05-31
4
-3
/
+13
|
*
acpi: Simplify printing to dynamic string
Markus Armbruster
2015-05-31
1
-22
/
+5
|
*
i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
Laszlo Ersek
2015-05-31
1
-0
/
+1
|
*
i386/pc_q35: don't insist on board FDC if there's no default floppy
Laszlo Ersek
2015-05-31
1
-2
/
+2
|
*
i386/pc: '-drive if=floppy' should imply a board-default FDC
Laszlo Ersek
2015-05-31
1
-0
/
+1
|
*
i386/pc: pc_basic_device_init(): delegate FDC creation request
Laszlo Ersek
2015-05-31
4
-3
/
+5
|
*
virtio: increase the queue limit to 1024
Jason Wang
2015-05-31
1
-1
/
+1
|
*
virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
Jason Wang
2015-05-31
7
-27
/
+27
|
*
virtio-s390: introduce virtio_s390_device_plugged()
Jason Wang
2015-05-31
1
-0
/
+14
|
*
virtio-s390: introduce virito s390 queue limit
Jason Wang
2015-05-31
1
-2
/
+4
|
*
virtio-ccw: validate the number of queues against bus limitation
Jason Wang
2015-05-31
1
-0
/
+9
|
*
virtio-ccw: introduce ccw specific queue limit
Jason Wang
2015-05-31
3
-8
/
+11
|
*
virtio: introduce virtio_get_num_queues()
Jason Wang
2015-05-31
2
-0
/
+14
|
*
virtio: device_plugged() can fail
Jason Wang
2015-05-31
5
-8
/
+12
|
*
virtio-net: adding all queues in .realize()
Jason Wang
2015-05-31
1
-42
/
+17
[next]