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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-17
vhost-net: save & restore vring enable state
Marc-André Lureau
2
-0
/
+12
2016-06-17
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
4
-1
/
+40
2016-06-17
vhost-net: do not crash if backend is not present
Marc-André Lureau
1
-1
/
+6
2016-06-17
vhost-user: disconnect on start failure
Marc-André Lureau
1
-1
/
+2
2016-06-17
qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd
Tetsuya Mukawa
2
-0
/
+15
2016-06-17
tests/vhost-user-bridge: workaround stale vring base
Marc-André Lureau
1
-0
/
+7
2016-06-17
tests/vhost-user-bridge: add client mode
Marc-André Lureau
1
-14
/
+30
2016-06-17
vhost-user: add ability to know vhost-user backend disconnection
Tetsuya Mukawa
1
-0
/
+19
2016-06-17
pci: fix pci_requester_id()
Peter Xu
3
-3
/
+101
2016-06-14
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160614-tag' into...
Peter Maydell
4
-11
/
+9
2016-06-14
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160614-...
Peter Maydell
40
-223
/
+3830
2016-06-14
target-arm: Don't permit ARMv8-only Neon insns on ARMv7
Peter Maydell
1
-0
/
+28
2016-06-14
arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdma
KONRAD Frederic
2
-1
/
+35
2016-06-14
introduce xlnx-dp
KONRAD Frederic
3
-0
/
+1446
2016-06-14
introduce xlnx-dpdma
KONRAD Frederic
3
-0
/
+872
2016-06-14
hw/i2c-ddc.c: Implement DDC I2C slave
Peter Maydell
4
-0
/
+348
2016-06-14
introduce dpcd module
KONRAD Frederic
4
-0
/
+280
2016-06-14
introduce aux-bus
KONRAD Frederic
4
-0
/
+422
2016-06-14
i2c: Factor our send() and recv() common logic
Peter Crosthwaite
2
-18
/
+35
2016-06-14
i2c: implement broadcast write
KONRAD Frederic
1
-55
/
+79
2016-06-14
i2cbus: remove unused dev field
KONRAD Frederic
1
-1
/
+0
2016-06-14
hw/sd: QOM'ify pl181.c
xiaoqiang zhao
1
-10
/
+16
2016-06-14
hw/dma: QOM'ify pxa2xx_dma.c
xiaoqiang zhao
1
-16
/
+22
2016-06-14
hw/misc: QOM'ify mst_fpga.c
xiaoqiang zhao
1
-7
/
+6
2016-06-14
hw/misc: QOM'ify exynos4210_pmu.c
xiaoqiang zhao
1
-6
/
+5
2016-06-14
hw/misc: QOM'ify arm_l2x0.c
xiaoqiang zhao
1
-6
/
+5
2016-06-14
hw/gpio: QOM'ify zaurus.c
xiaoqiang zhao
1
-8
/
+6
2016-06-14
hw/gpio: QOM'ify pl061.c
xiaoqiang zhao
1
-16
/
+8
2016-06-14
hw/gpio: QOM'ify omap_gpio.c
xiaoqiang zhao
1
-30
/
+31
2016-06-14
hw/i2c: QOM'ify versatile_i2c.c
xiaoqiang zhao
1
-13
/
+6
2016-06-14
hw/i2c: QOM'ify omap_i2c.c
xiaoqiang zhao
1
-17
/
+25
2016-06-14
hw/i2c: QOM'ify exynos4210_i2c.c
xiaoqiang zhao
1
-7
/
+6
2016-06-14
hw/i2c: QOM'ify bitbang_i2c.c
xiaoqiang zhao
1
-8
/
+6
2016-06-14
hw/arm/virt: create the 2.7 machine type
Andrew Jones
1
-2
/
+18
2016-06-14
hw/arm/virt: introduce DEFINE_VIRT_MACHINE_AS_LATEST
Andrew Jones
1
-3
/
+10
2016-06-14
hw/arm/virt: introduce DEFINE_VIRT_MACHINE
Andrew Jones
1
-17
/
+24
2016-06-14
hw/arm/virt: separate versioned type-init code
Andrew Jones
1
-6
/
+10
2016-06-14
target-arm: Fix reset and migration of TTBCR(S)
Peter Maydell
1
-1
/
+4
2016-06-14
hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table
Shannon Zhao
1
-0
/
+4
2016-06-14
hw/arm/virt: Add PMU node for virt machine
Shannon Zhao
5
-0
/
+91
2016-06-14
target-arm: kvm64: set guest PMUv3 feature bit if supported
Shannon Zhao
2
-0
/
+7
2016-06-14
xen: Clean up includes
Peter Maydell
2
-5
/
+1
2016-06-14
qdev_try_create(): Assert that devices we put onto the system bus are SysBusD...
Peter Maydell
1
-0
/
+7
2016-06-14
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160614' into staging
Peter Maydell
20
-59
/
+251
2016-06-14
s390x/kvm: Fixup interrupt type for non-adapter I/O interrupts
Christian Borntraeger
1
-2
/
+3
2016-06-14
s390x: Limit s390-ccw machines to 248 CPUs
Christian Borntraeger
1
-1
/
+1
2016-06-14
virtio-ccw: Provide traces for indicator changes
Christian Borntraeger
2
-0
/
+2
2016-06-14
s390x/css: introduce property type for device ids
Cornelia Huck
4
-48
/
+131
2016-06-14
s390x/css: clear IO irqs when generating IPI CRW
Halil Pasic
1
-3
/
+40
2016-06-14
s390x/kvm: add interface for clearing IO irqs
Halil Pasic
3
-0
/
+36
[next]