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
2011-01-17
document QEMU<->ACPIBIOS PCI hotplug interface
Marcelo Tosatti
1
-0
/
+37
2011-01-12
virtio-serial-bus: bump up control vq size to 32
Amit Shah
1
-2
/
+8
2011-01-12
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
5
-20
/
+50
2011-01-11
ioeventfd: error handling cleanup
Michael S. Tsirkin
1
-11
/
+17
2011-01-10
cris: Remove unused orig_flags
Edgar E. Iglesias
1
-2
/
+2
2011-01-10
cris: Allow more TB chaining for crisv10
Edgar E. Iglesias
2
-14
/
+33
2011-01-10
cris: Support disassembly of crisv10
Edgar E. Iglesias
3
-4
/
+15
2011-01-10
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
16
-35
/
+410
2011-01-10
docs: Document virtio PCI -device ioeventfd=on|off
Stefan Hajnoczi
1
-1
/
+7
2011-01-10
virtio-pci: Use ioeventfd for virtqueue notify
Stefan Hajnoczi
3
-25
/
+184
2011-01-10
kvm: test for ioeventfd support on old kernels
Stefan Hajnoczi
3
-0
/
+55
2011-01-10
virtio: move vmstate change tracking to core
Michael S. Tsirkin
3
-21
/
+32
2011-01-10
virtio-pci: Rename bugs field to flags
Stefan Hajnoczi
1
-8
/
+7
2011-01-10
qxl: tag as not hotpluggable
Gerd Hoffmann
1
-0
/
+1
2011-01-10
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
95
-860
/
+4339
2011-01-10
vga: tag as not hotplugable.
Gerd Hoffmann
3
-0
/
+3
2011-01-10
piix: tag as not hotpluggable.
Gerd Hoffmann
4
-0
/
+7
2011-01-10
pci: allow devices being tagged as not hotpluggable.
Gerd Hoffmann
4
-0
/
+20
2011-01-10
slirp: fix unaligned access in bootp code
Aurelien Jarno
1
-15
/
+17
2011-01-10
bswap.h: add cpu_to_be64wu()
Aurelien Jarno
1
-0
/
+15
2011-01-10
tcg/arm: improve constant loading
Aurelien Jarno
1
-18
/
+21
2011-01-10
tcg/ia64: remove an unnecessary stop bit
Aurelien Jarno
1
-1
/
+1
2011-01-10
target-sh4: improve TLB
Aurelien Jarno
1
-21
/
+44
2011-01-09
target-sh4: implement writes to mmaped ITLB
Aurelien Jarno
3
-0
/
+23
2011-01-09
tcg: fix typo in readme
Mike Frysinger
1
-1
/
+1
2011-01-09
tcg/README: Spelling fixes
Stefan Weil
1
-4
/
+4
2011-01-09
qemu-tech: Spelling fixes
Stefan Weil
1
-2
/
+2
2011-01-09
qemu-doc: Spelling fixes
Stefan Weil
1
-10
/
+10
2011-01-09
qemu-doc: Add missing blanks
Stefan Weil
1
-2
/
+2
2011-01-09
qemu-doc: Add missing menu entry
Stefan Weil
1
-0
/
+2
2011-01-09
qemu-doc: Clean whitespace
Stefan Weil
1
-2
/
+2
2011-01-09
usb-bsd: fix a file descriptor leak
Blue Swirl
1
-32
/
+39
2011-01-09
alsaaudio: add endianness support for VoiceIn
Michael Walle
1
-7
/
+27
2011-01-09
ossaudio: add endianness support for VoiceIn
Michael Walle
1
-5
/
+15
2011-01-08
tcg/mips: fix branch target change during code retranslation
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix qemu_st64 for big endian targets
Aurelien Jarno
1
-1
/
+1
2011-01-08
tcg/arm: fix branch target change during code retranslation
Aurelien Jarno
1
-8
/
+20
2011-01-08
Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemu
Aurelien Jarno
13
-46
/
+238
2011-01-07
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach
4
-6
/
+0
2011-01-07
Fix commandline handling for ARM semihosted executables
Wolfgang Schildbach
1
-30
/
+49
2011-01-07
linux-user: Fix incorrect NaN detection in ARM nwfpe emulation
Peter Maydell
1
-7
/
+7
2011-01-07
softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()
Peter Maydell
1
-0
/
+11
2011-01-07
linux-user: Implement FS_IOC_FIEMAP ioctl
Peter Maydell
4
-0
/
+109
2011-01-07
linux-user: Support ioctls whose parameter size is not constant
Peter Maydell
1
-3
/
+15
2011-01-07
cris: Allow more TB chaning
Edgar E. Iglesias
1
-19
/
+22
2011-01-07
linux-user: Implement sync_file_range{,2} syscalls
Peter Maydell
3
-0
/
+47
2011-01-07
cris: Avoid useless tmp in t_gen_cc_jmp()
Edgar E. Iglesias
1
-6
/
+1
2011-01-06
cirrus: delete GCC 4.6 warnings
Aurelien Jarno
1
-3
/
+3
2011-01-06
target-arm: wire up the softfloat flush_input_to_zero flag
Peter Maydell
1
-1
/
+7
2011-01-06
target-arm: Set softfloat cumulative exc flags from correct FPSCR bits
Peter Maydell
1
-1
/
+1
[next]