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
2013-12-16
qmp_change_blockdev() remove unused has_format
Marc-André Lureau
3
-3
/
+3
2013-12-16
spice-char: remove unused field
Marc-André Lureau
1
-1
/
+0
2013-12-16
vscclient: do not add a socket watch if there is not data to send
Marc-André Lureau
1
-4
/
+6
2013-12-16
spice: flip streaming video mode to off by default
Gerd Hoffmann
1
-0
/
+2
2013-12-13
Merge remote-tracking branch 'bonzini/virtio' into staging
Anthony Liguori
22
-334
/
+413
2013-12-13
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
Anthony Liguori
30
-275
/
+798
2013-12-13
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
5
-309
/
+143
2013-12-13
target-microblaze: Use the new qemu_ld/st opcodes
Richard Henderson
1
-104
/
+35
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
2
-7
/
+9
2013-12-11
acpi unit-test: adjust the test data structure for better handling
Marcel Apfelbaum
1
-23
/
+32
2013-12-11
acpi unit-test: load and check facs table
Marcel Apfelbaum
1
-0
/
+18
2013-12-11
exec: separate sections and nodes per address space
Marcel Apfelbaum
1
-89
/
+66
2013-12-11
memory.c: bugfix - ref counting mismatch in memory_region_find
Marcel Apfelbaum
1
-0
/
+1
2013-12-11
hpet: enable to entitle more irq pins for hpet
Liu Ping Fan
5
-11
/
+56
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 'rth/tcg-temp-order' into staging
Anthony Liguori
2
-22
/
+21
2013-12-10
Merge remote-tracking branch 'stefanha/net-next' into staging
Anthony Liguori
10
-27
/
+558
2013-12-10
Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20131210' into st...
Anthony Liguori
24
-205
/
+1926
2013-12-10
Merge remote-tracking branch 'kraxel/tags/pull-audio-1' into staging
Anthony Liguori
4
-7
/
+8
2013-12-10
Merge remote-tracking branch 'alon/libcacard_ccid.4' into staging
Anthony Liguori
1
-2
/
+2
2013-12-10
Merge remote-tracking branch 'mjt/trivial-patches' into staging
Anthony Liguori
1
-0
/
+1
2013-12-10
tcg: Use bitmaps for free temporaries
Richard Henderson
2
-22
/
+21
2013-12-10
target-arm: fix TTBCR write masking
Sergey Fedorov
1
-1
/
+1
2013-12-10
target-arm: Use new qemu_ld/st opcodes
Richard Henderson
1
-31
/
+25
2013-12-10
target-arm: Implement ARMv8 SIMD VMAXNM and VMINNM instructions.
Will Newton
1
-9
/
+22
2013-12-10
target-arm: Implement ARMv8 FP VMAXNM and VMINNM instructions.
Will Newton
3
-0
/
+80
2013-12-10
softfloat: Add minNum() and maxNum() functions to softfloat.
Will Newton
2
-3
/
+33
2013-12-10
softfloat: Remove unused argument from MINMAX macro.
Will Newton
1
-3
/
+3
2013-12-10
target-arm: Implement ARMv8 VSEL instruction.
Will Newton
1
-1
/
+134
2013-12-10
target-arm: Move call to disas_vfp_insn out of disas_coproc_insn.
Will Newton
1
-5
/
+27
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
target-arm: Provide '-cpu host' when running KVM
Peter Maydell
3
-0
/
+285
2013-12-10
target-arm: Don't hardcode KVM target CPU to be A15
Peter Maydell
4
-1
/
+24
2013-12-10
hw/arm: Add 'virt' platform
Peter Maydell
2
-1
/
+445
[next]