summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hw/qxl: qxl_send_events: nop if stoppedAlon Levy2012-11-052-1/+8
| * | | hw/qxl: guest bug on primary create with stride %4 != 0Alon Levy2012-11-051-0/+12
* | | | aio: fix aio_ctx_prepare with idle bottom halvesPaolo Bonzini2012-11-121-4/+2
| |_|/ |/| |
* | | tcg: properly check that op's output needs to be synced to memoryKirill Batuzov2012-11-111-4/+4
* | | target-mips: Fix seg fault for LUI when MIPS_DEBUG_DISAS==1.Eric Johnson2012-11-111-7/+11
* | | target-i386: avoid using cpu_single_envBlue Swirl2012-11-101-218/+222
* | | target-xtensa: avoid using cpu_single_envBlue Swirl2012-11-101-5/+5
* | | target-unicore32: avoid using cpu_single_envBlue Swirl2012-11-101-4/+4
* | | kvm: avoid using cpu_single_envBlue Swirl2012-11-101-10/+11
* | | disas: avoid using cpu_single_envBlue Swirl2012-11-1017-86/+100
* | | slirp: remove unused function u_sleepBlue Swirl2012-11-102-15/+0
* | | sun4c: remove unused functionsBlue Swirl2012-11-102-27/+0
* | | m48t59: remove unused m48t59_set_addrBlue Swirl2012-11-102-8/+0
* | | tests/tcg: new test for i386 FPREM and FPREM1Catalin Patulea2012-11-102-0/+362
* | | memory: Don't dump disabled regionsJan Kiszka2012-11-101-1/+1
* | | memory: Reintroduce dirty flag to optimize changes on disabled regionsJan Kiszka2012-11-101-2/+13
* | | qemu-timer: Fix compilation for non-POSIX hostsStefan Weil2012-11-101-0/+2
* | | vmware_vga: Add back some info in local state partially reverting aa32b38cBALATON Zoltan2012-11-101-9/+21
* | | kvmvapic: Fix TB invalidation after instruction patchingJan Kiszka2012-11-101-4/+16
* | | microblaze: translate.c: Fix swaph decodingPeter Crosthwaite2012-11-081-1/+1
| |/ |/|
* | tools: initialize main loop before block layerPaolo Bonzini2012-11-062-4/+2
* | tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc2012-11-062-9/+25
|/
* target-mips: use ULL for 64 bit constantsBlue Swirl2012-11-051-2/+2
* build: pthread_atfork() needs include of pthread.hAnthony Liguori2012-11-041-0/+3
* tcg/ppc: ld/st optimizationmalc2012-11-033-196/+262
* vmware_vga: Allow simple drivers to work without using the fifoBALATON Zoltan2012-11-033-14/+23
* vmware_vga: Return a value for FB_SIZE before the device is enabledBALATON Zoltan2012-11-031-10/+9
* vmware_vga: Remove duplicated info from local stateBALATON Zoltan2012-11-032-94/+85
* vmware_vga: Coding style cleanupBALATON Zoltan2012-11-031-124/+150
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-0321-96/+66
|\
| * pc: Drop redundant test for ROM memory regionJan Kiszka2012-11-011-1/+1
| * exec: make some functions staticBlue Swirl2012-11-014-15/+9
| * target-ppc: make some functions staticBlue Swirl2012-11-012-11/+6
| * ppc: add missing staticBlue Swirl2012-11-015-26/+13
| * vnc: add missing staticBlue Swirl2012-11-015-20/+12
| * vl.c: add missing staticBlue Swirl2012-11-012-14/+12
| * target-sparc: make do_unaligned_access staticBlue Swirl2012-11-012-5/+6
| * m68k: Return semihosting errno values correctlyMeador Inge2012-11-011-1/+1
| * cadence_uart: More debug informationPeter Crosthwaite2012-11-011-4/+7
* | tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee2012-11-033-126/+320
* | tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee2012-11-033-8/+55
* | configure: Add CONFIG_QEMU_LDST_OPTIMIZATION for TCG qemu_ld/st optimizationYeongkyoon Lee2012-11-031-0/+6
* | target-m68k/m68k-semi.c: Log when put_user for returning values failsPeter Maydell2012-11-031-16/+31
* | target-m68k/m68k-semi: Handle get_user failurePeter Maydell2012-11-031-51/+93
* | m68k: Return semihosting errno values correctlyMeador Inge2012-11-031-1/+1
* | vl: delay thread initialization after daemonizationPaolo Bonzini2012-11-022-2/+3
* | vl: unify calls to init_timer_alarmPaolo Bonzini2012-11-022-6/+4
* | qemu-timer: reinitialize timers after forkPaolo Bonzini2012-11-021-0/+14
* | semaphore: implement fallback counting semaphores with mutex+condvarPaolo Bonzini2012-11-022-10/+88
* | compiler: support Darwin weak referencesPaolo Bonzini2012-11-025-48/+71
OpenPOWER on IntegriCloud