index
:
~pgrunt/qemu
cdrom
master
virgl-spice
Fork of QEMU git://git.qemu-project.org/qemu.git
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-12-11
hpet: fix build with CONFIG_HPET off
Michael S. Tsirkin
1
-6
/
+0
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
4
-10
/
+33
2013-12-11
hpet: inverse polarity when pin above ISA_NUM_IRQS
Liu Ping Fan
1
-2
/
+12
2013-12-11
pci: fix pci bridge fw path
Gerd Hoffmann
1
-1
/
+1
2013-12-10
Merge remote-tracking branch 'stefanha/net-next' into staging
Anthony Liguori
1
-15
/
+20
2013-12-10
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131210' into st...
Anthony Liguori
8
-131
/
+1060
2013-12-10
Merge remote-tracking branch 'kraxel/tags/pull-audio-1' into staging
Anthony Liguori
2
-2
/
+3
2013-12-10
net/cadence_gem: Don't rx packets when no rx buffer available
Peter Crosthwaite
1
-1
/
+10
2013-12-10
net/cadence_gem: Improve can_receive debug printfery
Peter Crosthwaite
1
-2
/
+10
2013-12-10
net/cadence_gem: Fix register w1c logic
Peter Crosthwaite
1
-7
/
+6
2013-12-10
net/cadence_gem: Fix small packet FCS stripping
Peter Crosthwaite
1
-5
/
+8
2013-12-10
net/cadence_gem: Fix rx multi-fragment packets
Peter Crosthwaite
1
-1
/
+1
2013-12-10
net/cadence_gem: Add missing VMSTATE_END_OF_LIST
Peter Crosthwaite
1
-0
/
+1
2013-12-10
net/cadence_gem: Implement SAR (de)activation
Peter Crosthwaite
1
-4
/
+23
2013-12-10
net/cadence_gem: Implement SAR match bit in rx desc
Peter Crosthwaite
1
-0
/
+2
2013-12-10
net/cadence_gem: Implement RX descriptor match mode flags
Peter Crosthwaite
1
-13
/
+69
2013-12-10
net/cadence_gem: Prefetch rx descriptors ASAP
Peter Crosthwaite
1
-27
/
+35
2013-12-10
net/cadence_gem: simplify rx buf descriptor walking
Peter Crosthwaite
1
-28
/
+9
2013-12-10
net/cadence_gem: Don't assert against 0 buffer address
Peter Crosthwaite
1
-9
/
+0
2013-12-10
net/cadence_gem: Update DMA rx descriptors as we process them
Edgar E. Iglesias
1
-17
/
+16
2013-12-10
net/cadence_gem: Implement mac level loopback mode
Peter Crosthwaite
1
-1
/
+1
2013-12-10
hw/arm/virt: Support -cpu host
Peter Maydell
1
-0
/
+8
2013-12-10
hw/arm: Add 'virt' platform
Peter Maydell
2
-1
/
+445
2013-12-10
hw/arm/boot: Allow boards to provide an fdt blob
John Rigby
1
-12
/
+20
2013-12-10
cpu/a9mpcore: Add Global Timer
François LEGAL
1
-5
/
+21
2013-12-10
hw/timer: Introduce ARM A9 Global Timer.
Peter Crosthwaite
2
-0
/
+370
2013-12-10
cpu/a9mpcore: reorder operations/declarations
Peter Crosthwaite
1
-14
/
+14
2013-12-10
cpu/a9mpcore: rename timerbusdev variable
Peter Crosthwaite
1
-4
/
+4
[next]