aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-02-04Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Blue Swirl
2012-02-04w32: Fix build with new net bridge codeStefan Weil
2012-02-04Merge branch 'for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-02-03Fix build breakage from last commit.Anthony Liguori
2012-02-03s390x: fix -drive in the absence of aliasesAnthony Liguori
2012-02-03container: make a decendent of ObjectAnthony Liguori
2012-02-03object: sure up reference countingAnthony Liguori
2012-02-03info qdm: do not require a parent_bus to be setAnthony Liguori
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori
2012-02-03qom: accept any compatible type when setting a link propertyAnthony Liguori
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori
2012-02-03qdev: split out common init to instance_initAnthony Liguori
2012-02-03qom: add new command to search for typesAnthony Liguori
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori
2012-02-03qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori
2012-02-03qdev: refactor device creation to allow bus_info to be set only in classAnthony Liguori
2012-02-03qdev: allow classes to overload qdev functionsAnthony Liguori
2012-02-03qdev: remove info from classAnthony Liguori
2012-02-03qdev: make DeviceInfo privateAnthony Liguori
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori
2012-02-03usb-hid: simplify class initialization a bitAnthony Liguori
2012-02-02linux-user: Fix sa_flags byte swaps for mipsAndreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mips64Andreas Färber
2012-02-02linux-user: Define TARGET_QEMU_ESIGRETURN for mipsn32Andreas Färber
2012-02-02linux-user: Add default configs for mips64[el]Andreas Färber
2012-02-02linux-user: Add default-configs for mipsn32[el]Andreas Färber
2012-02-02linux-user: Implement *listxattr syscallsPeter Maydell
2012-02-02linux-user/syscall.c: Implement f and l versions of set/get/removexattrPeter Maydell
2012-02-02linux-user: Allow NULL value pointer in setxattr and getxattrPeter Maydell
2012-02-02linux-user: fix wait* syscall status returnsAlexander Graf
2012-02-02linux-user/strace.c: Correct errno printing for mmap etcPeter Maydell
2012-02-02linux-user: fix QEMU_STRACE=1 segfaultAlexander Graf
2012-02-02linux-user: add SO_PEERCRED support for getsockoptAkos PASZTORY
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