aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias3-3/+3
2011-06-28cris: Handle opcode zeroEdgar E. Iglesias1-3/+0
2011-06-28tcg/ppc64: Remove tcg_out_addimalc1-5/+0
2011-06-28tcg/ppc: Remove tcg_out_addimalc1-5/+0
2011-06-27Merge remote-tracking branch 'kraxel/usb.17' into stagingAnthony Liguori9-64/+191
2011-06-27Merge remote-tracking branch 'amit/for-anthony' into stagingAnthony Liguori1-10/+14
2011-06-27Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori9-175/+354
2011-06-27Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori30-110/+117
2011-06-27vnc: Fix compilation with --enable-vnc-pngStefan Weil1-0/+3
2011-06-27virtio-serial: Fix segfault on guest bootLuiz Capitulino1-10/+14
2011-06-26Fix MinGW compilation when --enable-vnc-jpeg is specifiedRoy Tam1-2/+5
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl2-3/+6
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl10-2/+18
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl12-87/+61
2011-06-26Remove exec-all.h include directivesBlue Swirl57-58/+8
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl28-198/+213
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl15-24/+24
2011-06-26cpu-exec: unify do_interrupt callBlue Swirl1-26/+0
2011-06-26m68k: use caller supplied CPUState for interrupt related stuffBlue Swirl3-6/+30
2011-06-26x86: use caller supplied CPUState for interrupt related stuffBlue Swirl4-44/+106
2011-06-26sparc: move do_interrupt to helper.cBlue Swirl4-242/+256
2011-06-26sparc: fix coding style of the area to be movedBlue Swirl1-14/+17
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl16-56/+57
2011-06-26Sparc32: dummy implementation of MXCC MMU breakpoint registersBlue Swirl3-3/+53
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka4-18/+40
2011-06-24qemu-kvm: fix pulseaudio detection in configureMarc-Antoine Perennou1-1/+1
2011-06-24exec: last_first_tb was only used in !ONLY_USER caseJuan Quintela1-3/+7
2011-06-24w32: Remove redundant definitions of PRI*64Stefan Weil1-5/+0
2011-06-24Do not include compatfd for WIN32Jan Kiszka1-0/+3
2011-06-24Fix comment typos in hw/armv7m.cMatthew Fernandez1-2/+2
2011-06-24MAINTAINERS: Fix typo in email addressPeter Maydell1-1/+1
2011-06-24blockdev: Put space after comma in error messageMarkus Armbruster1-1/+1
2011-06-24Spell "unkown" correctly in error_report() argumentsMarkus Armbruster6-11/+11
2011-06-24qemu-img: Don't prepend qemu-img to error messages twice.Markus Armbruster1-4/+4
2011-06-24Strip trailing '\n' from error_report()'s first argumentMarkus Armbruster16-74/+76
2011-06-24sheepdog: qemu_bh_new() can't return null pointer, drop checkMarkus Armbruster1-6/+0
2011-06-24Align dummy display to fixed-size active consoleJan Kiszka1-1/+8
2011-06-24configure: Don't create symlinks to nonexistent targetsPeter Maydell1-1/+3
2011-06-23usb: ignore USB_DT_DEBUGGerd Hoffmann2-0/+5
2011-06-23usb-storage: Turn drive serial into a qdev property usb-storage.serialMarkus Armbruster1-3/+11
2011-06-23coreaudio: Fix OSStatus format specifierAndreas Färber1-1/+1
2011-06-23coreaudio: Avoid formatting UInt32 typeAndreas Färber1-2/+2
2011-06-23hw/usb-ohci.c: Fix handling of remote wakeup corner casesPeter Maydell1-3/+14
2011-06-23usb-bus: Don't allow speed mismatch while attaching devicesHans de Goede1-0/+5
2011-06-23usb-linux: allow "compatible" high speed devices to connect at fullspeedHans de Goede1-0/+39
2011-06-23usb: Add a speedmask to devicesHans de Goede5-0/+17