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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-10
virtio-pci: fill VirtIOPCIRegions early.
Gerd Hoffmann
2
-41
/
+55
2015-06-10
virtio-pci: drop identical virtio_pci_cap
Gerd Hoffmann
1
-13
/
+5
2015-06-10
virtio-pci: move cap type to VirtIOPCIRegion
Gerd Hoffmann
2
-4
/
+6
2015-06-10
virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map
Gerd Hoffmann
1
-18
/
+10
2015-06-10
virtio-pci: add virtio_pci_modern_region_map()
Gerd Hoffmann
2
-6
/
+20
2015-06-10
virtio-pci: add virtio_pci_modern_regions_init()
Gerd Hoffmann
1
-58
/
+59
2015-06-10
virtio-pci: add struct VirtIOPCIRegion for virtio-1 regions
Gerd Hoffmann
2
-13
/
+19
2015-06-10
virtio-balloon: switch to virtio_add_feature
Cornelia Huck
1
-1
/
+1
2015-06-10
virtio-pci: correctly set host notifiers for modern bar
Jason Wang
1
-6
/
+25
2015-06-10
virtio-pci: make modern bar 64bit + prefetchable
Gerd Hoffmann
1
-1
/
+3
2015-06-10
virtio-pci: change & document virtio pci bar layout.
Gerd Hoffmann
1
-6
/
+25
2015-06-10
virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller
Gerd Hoffmann
1
-1
/
+1
2015-06-10
virtio-pci: add flags to enable/disable legacy/modern
Gerd Hoffmann
2
-13
/
+39
2015-06-10
virtio-pci: switch to modern accessors for 1.0
Michael S. Tsirkin
1
-6
/
+6
2015-06-10
virtio: add modern config accessors
Michael S. Tsirkin
1
-0
/
+96
2015-06-10
virtio: generation counter support
Michael S. Tsirkin
2
-1
/
+2
2015-06-10
virtio-pci: initial virtio 1.0 support
Michael S. Tsirkin
2
-0
/
+395
2015-06-10
linux-headers: add virtio_pci
Michael S. Tsirkin
1
-0
/
+2
2015-06-10
vhost: 64 bit features
Cornelia Huck
2
-13
/
+13
2015-06-10
vhost_net: add version_1 feature
Michael S. Tsirkin
1
-0
/
+2
2015-06-10
virtio-net: enable virtio 1.0
Cornelia Huck
1
-0
/
+1
2015-06-10
virtio-net: support longer header
Cornelia Huck
1
-6
/
+15
2015-06-10
virtio-net: no writeable mac for virtio-1
Cornelia Huck
1
-0
/
+1
2015-06-10
virtio: allow to fail setting status
Cornelia Huck
2
-9
/
+35
2015-06-10
virtio: disallow late feature changes for virtio-1
Cornelia Huck
1
-3
/
+15
2015-06-10
dataplane: allow virtio-1 devices
Cornelia Huck
1
-21
/
+26
2015-06-10
virtio: allow virtio-1 queue layout
Cornelia Huck
2
-19
/
+37
2015-06-10
virtio: endianness checks for virtio 1.0 devices
Cornelia Huck
1
-1
/
+5
2015-06-10
vhost: put log correctly in vhost_dev_start()
Jason Wang
1
-3
/
+1
2015-06-04
vhost: logs sharing
Jason Wang
1
-18
/
+59
2015-06-04
hw/acpi: piix4_pm_init(): take fw_cfg object no more
Laszlo Ersek
3
-13
/
+11
2015-06-04
hw/acpi: move "etc/system-states" fw_cfg file from PIIX4 to core
Laszlo Ersek
2
-8
/
+12
2015-06-04
hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"
Laszlo Ersek
4
-4
/
+6
2015-06-04
pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range size
Igor Mammedov
1
-1
/
+0
2015-06-03
apci: fix PXB behaviour if used with unsupported BIOS
Marcel Apfelbaum
1
-29
/
+58
2015-06-03
hw/pxb: add numa_node parameter
Marcel Apfelbaum
2
-0
/
+23
2015-06-03
hw/pci: add support for NUMA nodes
Marcel Apfelbaum
1
-0
/
+11
2015-06-03
hw/pxb: add map_irq func
Marcel Apfelbaum
1
-1
/
+19
2015-06-03
hw/pci: inform bios if the system has extra pci root buses
Marcel Apfelbaum
1
-0
/
+20
2015-06-03
hw/pci: introduce PCI Expander Bridge (PXB)
Marcel Apfelbaum
2
-0
/
+197
2015-06-03
hw/pci: removed 'rootbus nr is 0' assumption from qmp_pci_query
Marcel Apfelbaum
1
-1
/
+2
2015-06-03
hw/acpi: remove from root bus 0 the crs resources used by other buses.
Marcel Apfelbaum
1
-27
/
+91
2015-06-03
hw/acpi: add _CRS method for extra root busses
Marcel Apfelbaum
1
-0
/
+139
2015-06-03
hw/apci: add _PRT method for extra PCI root busses
Marcel Apfelbaum
1
-0
/
+81
2015-06-03
hw/acpi: add support for i440fx 'snooping' root busses
Marcel Apfelbaum
1
-0
/
+23
2015-06-03
hw/pci: extend PCI config access to support devices behind PXB
Marcel Apfelbaum
1
-5
/
+29
2015-06-03
hw/i386: query only for q35/pc when looking for pci host bridge
Marcel Apfelbaum
1
-9
/
+25
2015-06-03
hw/pci: made pci_bus_num a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+10
2015-06-03
hw/pci: made pci_bus_is_root a PCIBusClass method
Marcel Apfelbaum
1
-3
/
+14
2015-06-03
acpi: add implementation of aml_while() term
Marcel Apfelbaum
1
-0
/
+8
[next]