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
2016-02-25
q35: No need to check gigabyte_align
Eduardo Habkost
1
-3
/
+1
2016-02-25
q35: Remove unused q35-acpi-dsdt.aml file
Eduardo Habkost
1
-4
/
+0
2016-02-25
ich9: Remove enable_tco arguments from init functions
Eduardo Habkost
3
-8
/
+6
2016-02-25
machine: Remove no_tco field
Eduardo Habkost
1
-2
/
+1
2016-02-25
q35: Remove old machine versions
Eduardo Habkost
1
-165
/
+0
2016-02-25
vring: remove
Paolo Bonzini
3
-550
/
+0
2016-02-25
virtio-scsi: do not use vring in dataplane
Paolo Bonzini
2
-214
/
+34
2016-02-25
virtio-blk: do not use vring in dataplane
Paolo Bonzini
3
-143
/
+19
2016-02-25
virtio-blk: fix "disabled data plane" mode
Paolo Bonzini
2
-13
/
+10
2016-02-25
virtio: export vring_notify as virtio_should_notify
Paolo Bonzini
1
-2
/
+2
2016-02-25
virtio: add AioContext-specific function for host notifiers
Paolo Bonzini
1
-0
/
+16
2016-02-25
vring: make vring_enable_notification return void
Paolo Bonzini
2
-3
/
+3
2016-02-25
pci core: function pci_bus_init() cleanup
Cao jin
1
-5
/
+2
2016-02-25
pci core: function pci_host_bus_register() cleanup
Cao jin
1
-3
/
+3
2016-02-25
balloon: Use only 'pc-dimm' type dimm for ballooning
Vladimir Sementsov-Ogievskiy
1
-2
/
+20
2016-02-25
virtio-balloon: rewrite get_current_ram_size()
Vladimir Sementsov-Ogievskiy
1
-17
/
+6
2016-02-23
move get_current_ram_size to virtio-balloon.c
Vladimir Sementsov-Ogievskiy
2
-26
/
+26
2016-02-23
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
2
-0
/
+27
2016-02-23
bios-linker-loader: document+validate input
Michael S. Tsirkin
4
-8
/
+91
2016-02-20
etraxfs_dma: Dont forward zero-length payload to clients
Edgar E. Iglesias
1
-5
/
+8
2016-02-19
vfio/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entries
Wei Yang
1
-1
/
+1
2016-02-19
hw/arm/sysbus-fdt: remove qemu_fdt_setprop returned value check
Eric Auger
1
-14
/
+5
2016-02-19
hw/arm/sysbus-fdt: enable amd-xgbe dynamic instantiation
Eric Auger
1
-6
/
+188
2016-02-19
hw/arm/sysbus-fdt: helpers for clock node generation
Eric Auger
1
-0
/
+120
2016-02-19
device_tree: qemu_fdt_getprop_cell converted to use the error API
Eric Auger
2
-4
/
+8
2016-02-19
hw/vfio/platform: amd-xgbe device
Eric Auger
2
-0
/
+56
2016-02-19
vfio/pci: replace 1 with PCI_CAP_LIST_NEXT to make code self-explain
Wei Yang
1
-4
/
+4
2016-02-19
pcie_aer: expose pcie_aer_msg() interface
Chen Fan
1
-1
/
+1
2016-02-19
aer: impove pcie_aer_init to support vfio device
Chen Fan
4
-5
/
+5
2016-02-19
vfio: make the 4 bytes aligned for capability size
Chen Fan
1
-1
/
+2
2016-02-19
pcie: modify the capability size assert
Chen Fan
1
-1
/
+1
2016-02-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
14
-85
/
+137
2016-02-18
hw/timer: QOM'ify pxa2xx_timer
xiaoqiang.zhao
1
-15
/
+21
2016-02-18
hw/timer: QOM'ify pl031
xiaoqiang.zhao
1
-6
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_rtc
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_pwm
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify exynos4210_mct
xiaoqiang.zhao
1
-7
/
+5
2016-02-18
hw/timer: QOM'ify arm_timer (pass 2)
xiaoqiang.zhao
1
-1
/
+1
2016-02-18
hw/timer: QOM'ify arm_timer (pass 1)
xiaoqiang.zhao
1
-21
/
+19
2016-02-18
hw/sd: use guest error logging rather than fprintf to stderr
Andrew Baumann
1
-9
/
+12
2016-02-18
hw/sd: model a power-up delay, as a workaround for an EDK2 bug
Andrew Baumann
1
-5
/
+76
2016-02-18
hw/sd: implement CMD23 (SET_BLOCK_COUNT) for MMC compatibility
Andrew Baumann
1
-0
/
+37
2016-02-18
hw/sd/pxa2xx_mmci: Add reset function
Peter Maydell
1
-0
/
+30
2016-02-18
hw/sd/pxa2xx_mmci: Convert to VMStateDescription
Peter Maydell
1
-92
/
+64
2016-02-18
hw/sd/pxa2xx_mmci: Update to use new SDBus APIs
Peter Maydell
1
-14
/
+66
2016-02-18
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
Peter Maydell
1
-16
/
+54
2016-02-18
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
4
-26
/
+45
2016-02-18
hw/sd/sdhci.c: Update to use SDBus APIs
Peter Maydell
1
-29
/
+68
2016-02-18
hw/sd: Add QOM bus which SD cards plug in to
Peter Maydell
3
-5
/
+190
2016-02-18
hw/sd/sd.c: Convert sd_reset() function into Device reset method
Peter Maydell
1
-5
/
+5
[next]