aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-04Merge branch 'for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl16-81/+462
2012-02-03Fix build breakage from last commit.Anthony Liguori1-0/+1
2012-02-03s390x: fix -drive in the absence of aliasesAnthony Liguori1-1/+5
2012-02-03container: make a decendent of ObjectAnthony Liguori6-44/+39
2012-02-03object: sure up reference countingAnthony Liguori1-2/+14
2012-02-03info qdm: do not require a parent_bus to be setAnthony Liguori1-5/+7
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori1-25/+32
2012-02-03qom: accept any compatible type when setting a link propertyAnthony Liguori1-4/+5
2012-02-03qom: move properties from qdev to objectAnthony Liguori14-817/+801
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori10-17/+18
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori4-572/+589
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori2-13/+25
2012-02-03qdev: split out common init to instance_initAnthony Liguori1-13/+28
2012-02-03qom: add new command to search for typesAnthony Liguori4-1/+66
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori6-22/+87
2012-02-03qdev: kill off DeviceInfoAnthony Liguori15-114/+15
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori243-2546/+3172
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori3-60/+31
2012-02-03qom: allow object_class_foreach to take additional parameters to refine searchAnthony Liguori2-2/+17
2012-02-03qdev: refactor device creation to allow bus_info to be set only in classAnthony Liguori1-23/+19
2012-02-03qdev: allow classes to overload qdev functionsAnthony Liguori1-20/+33
2012-02-03qdev: remove info from classAnthony Liguori3-44/+80
2012-02-03qdev: make DeviceInfo privateAnthony Liguori4-23/+48
2012-02-03usb: separate out legacy usb registration from type registrationAnthony Liguori12-26/+39
2012-02-03usb-hid: simplify class initialization a bitAnthony Liguori1-14/+13
2012-02-02PPC: E500: Populate L1CFG0 SPRAlexander Graf1-1/+4
2012-02-02PPC: e500mc: Enable processor controlAlexander Graf1-1/+1
2012-02-02PPC: E500: Implement msgsndAlexander Graf3-0/+35
2012-02-02PPC: E500: Implement msgclrAlexander Graf3-0/+54
2012-02-02PPC: Enable doorbell excp handlersAlexander Graf1-14/+2
2012-02-02PPC: Add CPU feature for processor controlAlexander Graf1-1/+3
2012-02-02PPC: E500: Add doorbell definesAlexander Graf1-0/+16
2012-02-02PPC: E500: Add some more excp vectorsAlexander Graf1-1/+4
2012-02-02KVM: Fix compilation on non-x86Alexander Graf1-0/+4
2012-02-02PPC: booke206: move avail check to tlbweAlexander Graf2-7/+10
2012-02-02PPC: booke206: Check for TLB overrunAlexander Graf4-1/+29
2012-02-02PPC: booke206: Implement tlbilxAlexander Graf3-0/+102
2012-02-02PPC: booke206: Check for min/max TLB entry sizeAlexander Graf1-0/+11
2012-02-02PPC: booke: add tlbnps handlingAlexander Graf1-0/+25
2012-02-02PPC: booke206: allow NULL raddr in ppcmas_tlb_checkAlexander Graf1-1/+4
2012-02-02PPC: rename msync to msync_4xxAlexander Graf1-2/+2
2012-02-02PPC: e500: msync is 440 only, e500 has real syncAlexander Graf2-5/+4
2012-02-02PPC: e500mc: add missing IVORs to bitmapAlexander Graf1-1/+5
2012-02-02PPC: Add IVOR 38-42Alexander Graf2-14/+20
2012-02-02PPC: KVM: Update HIOR code to new interfaceAlexander Graf3-21/+28
2012-02-02KVM: Update headers (except HIOR mess)Alexander Graf8-12/+100
2012-02-01Change license from GPLv2 to GPLv2+Stefan Weil1-4/+1
2012-02-01Add support for net bridgeCorey Bryant6-17/+293
2012-02-01Add cap reduction support to enable use as SUIDCorey Bryant2-0/+70
2012-02-01Add access control support to qemu bridge helperCorey Bryant1-0/+153