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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
6
-76
/
+29
2014-01-14
Microblaze: Convert Microblaze-pic handling to GPIOs
Alistair Francis
5
-68
/
+6
2014-01-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-0
/
+20
2014-01-10
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
4
-325
/
+199
2014-01-10
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
13
-117
/
+190
2014-01-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2
-14
/
+11
2014-01-09
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...
Anthony Liguori
73
-153
/
+298
2014-01-09
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
7
-19
/
+24
2014-01-08
hw: arm_gic: Introduce gic_set_priority function
Christoffer Dall
2
-5
/
+11
2014-01-08
arm_gic: Rename GIC_X_TRIGGER to GIC_X_EDGE_TRIGGER
Christoffer Dall
3
-11
/
+11
2014-01-08
arm/xilinx_zynq: Always instantiate the GEMs
Peter Crosthwaite
1
-11
/
+6
2014-01-08
char/cadence_uart: Implement Tx flow control
Peter Crosthwaite
1
-2
/
+29
2014-01-08
char/cadence_uart: Delete redundant rx rst logic
Peter Crosthwaite
1
-2
/
+0
2014-01-08
char/cadence_uart: Use the TX fifo for transmission
Peter Crosthwaite
1
-1
/
+16
2014-01-08
char/cadence_uart: Fix can_receive logic
Peter Crosthwaite
1
-1
/
+9
2014-01-08
char/cadence_uart: Remove TX timer & add TX FIFO state
Peter Crosthwaite
1
-31
/
+13
2014-01-08
char/cadence_uart: Define Missing SR/ISR fields
Peter Crosthwaite
1
-0
/
+4
2014-01-08
char/cadence_uart: Simplify status generation
Peter Crosthwaite
1
-25
/
+8
2014-01-08
char/cadence_uart: s/r_fifo/rx_fifo
Peter Crosthwaite
1
-4
/
+4
2014-01-08
char/cadence_uart: Fix reset.
Peter Crosthwaite
1
-3
/
+4
2014-01-08
char/cadence_uart: Add missing uart_update_state
Peter Crosthwaite
1
-0
/
+1
2014-01-08
char/cadence_uart: Mark struct fields as public/private
Peter Crosthwaite
1
-0
/
+2
2014-01-06
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
1
-1
/
+2
2014-01-06
hw: Remove assert_no_error usages
Peter Crosthwaite
5
-70
/
+27
2014-01-06
qdev: Delete dead code
Peter Crosthwaite
1
-5
/
+0
2014-01-01
mainstone: Fix duplicate array values for key 'space'
Stefan Weil
1
-2
/
+11
2014-01-01
pxa27x: Add 'const' attribute to keyboard maps
Stefan Weil
3
-5
/
+5
2013-12-24
ioapic: QOM'ify ioapic
xiaoqiang zhao
3
-9
/
+19
2013-12-24
ioapic: Cleanup for QOM'ification
xiaoqiang zhao
3
-4
/
+8
2013-12-24
icc_bus: QOM'ify ICC
xiaoqiang zhao
2
-14
/
+13
2013-12-24
apic: QOM'ify APIC
xiaoqiang zhao
4
-7
/
+13
2013-12-24
apic: Cleanup for QOM'ification
xiaoqiang zhao
3
-55
/
+55
2013-12-24
qdev: Drop misleading qbus_free() function
Stefan Hajnoczi
2
-7
/
+2
2013-12-24
hw: cannot_instantiate_with_device_add_yet due to pointer props
Markus Armbruster
10
-0
/
+26
2013-12-23
virtio: add back call to virtio_bus_device_unplugged
Paolo Bonzini
1
-0
/
+2
2013-12-23
piix: fix 32bit pci hole
Gerd Hoffmann
2
-9
/
+3
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2
-14
/
+11
2013-12-23
exynos4210: Use macro ARRAY_SIZE where possible
Stefan Weil
2
-6
/
+3
2013-12-23
misc: Use macro ARRAY_SIZE where possible
Stefan Weil
1
-2
/
+2
2013-12-23
hw/arm/highbank: Simplify code (memory region in device state)
Stefan Weil
1
-4
/
+3
2013-12-23
qdev: switch reset to post-order
Paolo Bonzini
3
-22
/
+20
2013-12-23
qdev: allow both pre- and post-order vists in qdev walking functions
Paolo Bonzini
1
-12
/
+33
2013-12-23
pci: clean up resetting of IRQs
Paolo Bonzini
1
-3
/
+4
2013-12-23
pci: do not export pci_bus_reset
Paolo Bonzini
2
-7
/
+3
2013-12-23
ACPI/DSDT-CPU: cleanup bogus comment
Igor Mammedov
1
-1
/
+0
2013-12-23
ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handler
Igor Mammedov
1
-2
/
+2
2013-12-23
acpi: ich9: allow guest to clear SCI rised by GPE
Igor Mammedov
1
-0
/
+1
2013-12-23
acpi: factor out common pm_update_sci() into acpi core
Igor Mammedov
3
-43
/
+24
2013-12-23
acpi: piix4: remove not needed GPE0 mask
Igor Mammedov
1
-2
/
+1
2013-12-23
hw/i386/pc_sysfw: support two flash drives
Laszlo Ersek
1
-19
/
+86
[next]