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-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
2013-12-20
spapr: limit numa memory regions by ram size
Paul Mackerras
1
-4
/
+16
2013-12-20
spapr: make sure RMA is in first mode of first memory node
Alexey Kardashevskiy
1
-6
/
+11
2013-12-20
device_tree: s/qemu_devtree/qemu_fdt globally
Peter Crosthwaite
10
-213
/
+214
2013-12-20
roms: Flush icache when writing roms to guest memory
Alexander Graf
1
-0
/
+7
2013-12-20
spapr: tie spapr-nvram to -pflash
Paolo Bonzini
1
-11
/
+3
2013-12-20
PPC: Use default pci bus name for grackle and heathrow
Alexander Graf
2
-3
/
+3
2013-12-20
spapr-rtas: add ibm, (get|set)-system-parameter
Alexey Kardashevskiy
1
-0
/
+47
2013-12-20
spapr-rtas: replace return code constants with macros
Alexey Kardashevskiy
6
-67
/
+67
2013-12-17
hw/arm: add cubieboard support
liguang
2
-1
/
+70
2013-12-17
hw/arm: add allwinner a10 SoC support
liguang
2
-0
/
+104
2013-12-17
hw/intc: add allwinner A10 interrupt controller
liguang
2
-0
/
+201
2013-12-17
hw/timer: add allwinner a10 timer
liguang
2
-0
/
+256
2013-12-17
hw/arm/digic: add NOR ROM support
Antony Pavlov
1
-0
/
+78
2013-12-17
hw/arm/digic: add UART support
Antony Pavlov
3
-0
/
+212
2013-12-17
hw/arm/digic: add timer support
Antony Pavlov
3
-0
/
+192
2013-12-17
hw/arm/digic: prepare DIGIC-based boards support
Antony Pavlov
2
-0
/
+85
2013-12-17
hw/arm: add very initial support for Canon DIGIC SoC
Antony Pavlov
2
-0
/
+72
2013-12-17
hw/arm/boot: Add boot support for AArch64 processor
Mian M. Hamayun
1
-5
/
+38
2013-12-17
hw/arm/boot: Allow easier swapping in of different loader code
Peter Maydell
1
-45
/
+107
2013-12-17
arm/highbank.c: Fix MPCore periphbase name
Peter Crosthwaite
1
-7
/
+8
2013-12-17
arm/xilinx_zynq: Implement CBAR initialisation
Peter Crosthwaite
1
-1
/
+8
2013-12-17
arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()
Peter Crosthwaite
1
-3
/
+9
2013-12-17
arm/highbank: Fix CBAR initialisation
Peter Crosthwaite
1
-3
/
+5
2013-12-17
arm/highbank: Use object_new() rather than cpu_arm_init()
Peter Crosthwaite
1
-3
/
+9
2013-12-17
Fix NOR flash device ID reading
Roy Franz
2
-23
/
+88
2013-12-17
Fix CFI query responses for NOR flash
Roy Franz
1
-11
/
+94
2013-12-17
Add max device width parameter for NOR devices
Roy Franz
1
-0
/
+25
2013-12-17
Set proper device-width for vexpress flash
Roy Franz
1
-10
/
+34
2013-12-17
return status for each NOR flash device
Roy Franz
1
-2
/
+13
2013-12-17
Add device-width property to pflash_cfi01
Roy Franz
1
-0
/
+11
2013-12-17
rename pflash_t member width to bank_width
Roy Franz
1
-8
/
+9
2013-12-16
spice: stop server for qxl hard reset
Gerd Hoffmann
1
-0
/
+10
2013-12-13
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
17
-320
/
+387
2013-12-13
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
15
-91
/
+135
2013-12-13
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2
-9
/
+34
2013-12-11
pc: use macro for HPET type
Michael S. Tsirkin
1
-1
/
+1
[next]