aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-11usb: move USB_REQ_{GET,SET}_CONFIGURATION handling to common codeGerd Hoffmann11-93/+66
2011-01-11usb: move USB_REQ_SET_ADDRESS handling to common codeGerd Hoffmann9-29/+7
2011-01-11usb network: use new descriptor infrastructure.Gerd Hoffmann1-244/+209
2011-01-11usb storage: serial number supportGerd Hoffmann1-0/+6
2011-01-11usb descriptors: add settable strings.Gerd Hoffmann4-9/+57
2011-01-11usb hub: use new descriptor infrastructure.Gerd Hoffmann1-63/+78
2011-01-11usb bluetooth: use new descriptor infrastructure.Gerd Hoffmann1-271/+202
2011-01-11usb wacom: use new descriptor infrastructure.Gerd Hoffmann1-105/+73
2011-01-11usb storage: use new descriptor infrastructure.Gerd Hoffmann1-104/+63
2011-01-11usb serial: use new descriptor infrastructure.Gerd Hoffmann1-117/+83
2011-01-11usb hid: use new descriptor infrastructure.Gerd Hoffmann1-243/+205
2011-01-11usb: data structs and helpers for usb descriptors.Gerd Hoffmann5-1/+339
2011-01-11usb: update MAINTAINERSGerd Hoffmann1-2/+2
2011-01-10cris: Remove unused orig_flagsEdgar E. Iglesias1-2/+2
2011-01-10cris: Allow more TB chaining for crisv10Edgar E. Iglesias2-14/+33
2011-01-10cris: Support disassembly of crisv10Edgar E. Iglesias3-4/+15
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori16-35/+410
2011-01-10slirp: fix unaligned access in bootp codeAurelien Jarno1-15/+17
2011-01-10bswap.h: add cpu_to_be64wu()Aurelien Jarno1-0/+15
2011-01-10tcg/arm: improve constant loadingAurelien Jarno1-18/+21
2011-01-10tcg/ia64: remove an unnecessary stop bitAurelien Jarno1-1/+1
2011-01-10target-sh4: improve TLBAurelien Jarno1-21/+44
2011-01-09target-sh4: implement writes to mmaped ITLBAurelien Jarno3-0/+23
2011-01-09tcg: fix typo in readmeMike Frysinger1-1/+1
2011-01-09tcg/README: Spelling fixesStefan Weil1-4/+4
2011-01-09qemu-tech: Spelling fixesStefan Weil1-2/+2
2011-01-09qemu-doc: Spelling fixesStefan Weil1-10/+10
2011-01-09qemu-doc: Add missing blanksStefan Weil1-2/+2
2011-01-09qemu-doc: Add missing menu entryStefan Weil1-0/+2
2011-01-09qemu-doc: Clean whitespaceStefan Weil1-2/+2
2011-01-09usb-bsd: fix a file descriptor leakBlue Swirl1-32/+39
2011-01-09alsaaudio: add endianness support for VoiceInMichael Walle1-7/+27
2011-01-09ossaudio: add endianness support for VoiceInMichael Walle1-5/+15
2011-01-08tcg/mips: fix branch target change during code retranslationAurelien Jarno1-1/+1
2011-01-08tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno1-1/+1
2011-01-08tcg/arm: fix branch target change during code retranslationAurelien Jarno1-8/+20
2011-01-08Merge branch 'linux-user-for-upstream' of git://gitorious.org/qemu-maemo/qemuAurelien Jarno13-46/+238
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach4-6/+0
2011-01-07Fix commandline handling for ARM semihosted executablesWolfgang Schildbach1-30/+49
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell1-7/+7
2011-01-07softfloat: Implement floatx80_is_any_nan() and float128_is_any_nan()Peter Maydell1-0/+11
2011-01-07linux-user: Implement FS_IOC_FIEMAP ioctlPeter Maydell4-0/+109
2011-01-07linux-user: Support ioctls whose parameter size is not constantPeter Maydell1-3/+15
2011-01-07cris: Allow more TB chaningEdgar E. Iglesias1-19/+22
2011-01-07linux-user: Implement sync_file_range{,2} syscallsPeter Maydell3-0/+47
2011-01-07cris: Avoid useless tmp in t_gen_cc_jmp()Edgar E. Iglesias1-6/+1
2011-01-06cirrus: delete GCC 4.6 warningsAurelien Jarno1-3/+3
2011-01-06target-arm: wire up the softfloat flush_input_to_zero flagPeter Maydell1-1/+7
2011-01-06target-arm: Set softfloat cumulative exc flags from correct FPSCR bitsPeter Maydell1-1/+1
2011-01-06softfloat: Implement flushing input denormals to zeroPeter Maydell2-3/+123