aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-02linux-user/main.c: Add option to user-mode emulation so that user can specify...陳韋任
2012-02-02linux-user: fake /proc/self/auxvAlexander Graf
2012-02-02linux-user: fake /proc/self/statAlexander Graf
2012-02-02linux-user: fake /proc/self/mapsAlexander Graf
2012-02-02linux-user: add open() hijack infrastructureAlexander Graf
2012-02-02linux-user: save auxv lengthAlexander Graf
2012-02-02linux-user: stack_base is now mandatory on all targetsRiku Voipio
2012-02-02PPC: E500: Populate L1CFG0 SPRAlexander Graf
2012-02-02PPC: e500mc: Enable processor controlAlexander Graf
2012-02-02PPC: E500: Implement msgsndAlexander Graf
2012-02-02PPC: E500: Implement msgclrAlexander Graf
2012-02-02PPC: Enable doorbell excp handlersAlexander Graf
2012-02-02PPC: Add CPU feature for processor controlAlexander Graf
2012-02-02PPC: E500: Add doorbell definesAlexander Graf
2012-02-02PPC: E500: Add some more excp vectorsAlexander Graf
2012-02-02KVM: Fix compilation on non-x86Alexander Graf
2012-02-02PPC: booke206: move avail check to tlbweAlexander Graf
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf
2012-02-02PPC: booke206: Check for min/max TLB entry sizeAlexander Graf
2012-02-02PPC: booke: add tlbnps handlingAlexander Graf
2012-02-02PPC: booke206: allow NULL raddr in ppcmas_tlb_checkAlexander Graf
2012-02-02PPC: rename msync to msync_4xxAlexander Graf
2012-02-02PPC: e500: msync is 440 only, e500 has real syncAlexander Graf
2012-02-02PPC: e500mc: add missing IVORs to bitmapAlexander Graf
2012-02-02PPC: Add IVOR 38-42Alexander Graf
2012-02-02PPC: KVM: Update HIOR code to new interfaceAlexander Graf
2012-02-02KVM: Update headers (except HIOR mess)Alexander Graf
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil
2012-02-01Add support for net bridgeCorey Bryant
2012-02-01Add cap reduction support to enable use as SUIDCorey Bryant
2012-02-01Add access control support to qemu bridge helperCorey Bryant
2012-02-01Add basic version of bridge helperCorey Bryant
2012-02-01hw/vmmouse.c: Disable vmmouse after rebootGerhard Wiesinger
2012-02-01keep the PID file locked for the lifetime of the processLaszlo Ersek
2012-02-01main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth
2012-02-01main-loop: Fix SetEvent() on uninitialized handle on win32Michael Roth
2012-02-01optionroms: Silence intermediate file removalJan Kiszka
2012-02-01sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka
2012-02-01sdl: Grab input on end of non-absolute mouse clickJan Kiszka
2012-02-01Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka
2012-02-01sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka
2012-02-01sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka
2012-02-01Improve default machine options usabilityJan Kiszka
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka
2012-02-01qemu-option: Introduce default mechanismJan Kiszka
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka
2012-02-01Makefile: Remove linux-headers/asm symlink on distcleanPeter Maydell
2012-02-01exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell
2012-02-01hw/9pfs: Update MAINTAINERS fileAneesh Kumar K.V