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
/
include
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-10
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2
-64
/
+4
2014-01-10
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
4
-6
/
+19
2014-01-09
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
5
-6
/
+33
2014-01-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-4
/
+4
2014-01-08
arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
Christoffer Dall
1
-1
/
+1
2014-01-01
pxa27x: Add 'const' attribute to keyboard maps
Stefan Weil
1
-2
/
+2
2014-01-01
pxa27x: Reduce size of keyboard matrix mapping
Stefan Weil
1
-2
/
+2
2013-12-24
ioapic: QOM'ify ioapic
xiaoqiang zhao
1
-1
/
+2
2013-12-24
icc_bus: QOM'ify ICC
xiaoqiang zhao
1
-1
/
+1
2013-12-24
apic: QOM'ify APIC
xiaoqiang zhao
1
-1
/
+1
2013-12-24
qdev: Drop misleading qbus_free() function
Stefan Hajnoczi
1
-2
/
+0
2013-12-24
qdev: Document that pointer properties kill device_add
Markus Armbruster
1
-0
/
+17
2013-12-23
piix: fix 32bit pci hole
Gerd Hoffmann
1
-0
/
+1
2013-12-23
qdev: switch reset to post-order
Paolo Bonzini
1
-1
/
+1
2013-12-23
qdev: allow both pre- and post-order vists in qdev walking functions
Paolo Bonzini
1
-4
/
+9
2013-12-23
pci: do not export pci_bus_reset
Paolo Bonzini
1
-1
/
+0
2013-12-23
acpi: factor out common pm_update_sci() into acpi core
Igor Mammedov
1
-0
/
+8
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
1
-1
/
+12
2013-12-20
dataplane: replace hostmem with memory_region_find
Paolo Bonzini
2
-60
/
+1
2013-12-20
dataplane: change vring API to use VirtQueueElement
Paolo Bonzini
1
-4
/
+3
2013-12-20
spapr-rtas: add ibm, (get|set)-system-parameter
Alexey Kardashevskiy
1
-0
/
+2
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
1
-0
/
+7
2013-12-17
hw/arm: add allwinner a10 SoC support
liguang
1
-0
/
+35
2013-12-17
hw/intc: add allwinner A10 interrupt controller
liguang
1
-0
/
+40
2013-12-17
hw/timer: add allwinner a10 timer
liguang
1
-0
/
+58
2013-12-17
vmstate: Add support for an array of ptimer_state *
Peter Maydell
1
-0
/
+4
2013-12-17
hw/arm/digic: add UART support
Antony Pavlov
2
-0
/
+49
2013-12-17
hw/arm/digic: add timer support
Antony Pavlov
2
-0
/
+52
2013-12-17
hw/arm: add very initial support for Canon DIGIC SoC
Antony Pavlov
1
-0
/
+35
2013-12-13
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
4
-11
/
+25
2013-12-13
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
5
-18
/
+41
2013-12-11
hpet: fix build with CONFIG_HPET off
Michael S. Tsirkin
1
-1
/
+9
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
1
-1
/
+23
2013-12-10
hw/arm/boot: Allow boards to provide an fdt blob
John Rigby
1
-0
/
+7
2013-12-10
cpu/a9mpcore: Add Global Timer
François LEGAL
1
-0
/
+2
2013-12-10
hw/timer: Introduce ARM A9 Global Timer.
Peter Crosthwaite
1
-0
/
+97
2013-12-10
cpu/a9mpcore: reorder operations/declarations
Peter Crosthwaite
1
-1
/
+1
2013-12-10
smbios: Set system manufacturer, product & version by default
Markus Armbruster
1
-0
/
+2
2013-12-10
pc: map PCI address space as catchall region for not mapped addresses
Michael S. Tsirkin
2
-14
/
+2
2013-12-10
hw: Pass QEMUMachine to its init() method
Markus Armbruster
1
-2
/
+5
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2
-2
/
+2
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
1
-2
/
+3
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
1
-1
/
+1
2013-12-09
virtio-rng: Convert to QOM realize
Andreas Färber
1
-0
/
+2
2013-12-09
virtio: Start converting VirtioDevice to QOM realize
Andreas Färber
1
-1
/
+3
2013-12-09
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
1
-1
/
+1
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2
-3
/
+4
2013-12-09
virtio-bus: remove vdev field
Paolo Bonzini
1
-4
/
+12
2013-12-06
Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into staging
Anthony Liguori
1
-1
/
+0
2013-12-06
Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into staging
Anthony Liguori
2
-4
/
+32
[next]