aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-07qom: do not include qdev header filePaolo Bonzini1-2/+0
2012-02-07qom: avoid useless conversions from string to typePaolo Bonzini1-15/+12
2012-02-07qom: clean up/optimize object_dynamic_castPaolo Bonzini1-24/+38
2012-02-07qom: more documentation on subclassingPaolo Bonzini1-3/+73
2012-02-07qom: clean up cast macrosPaolo Bonzini1-7/+15
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-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
2012-02-01Add basic version of bridge helperCorey Bryant3-2/+232
2012-02-01hw/vmmouse.c: Disable vmmouse after rebootGerhard Wiesinger1-0/+2
2012-02-01keep the PID file locked for the lifetime of the processLaszlo Ersek1-1/+1
2012-02-01main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth4-2/+20
2012-02-01main-loop: Fix SetEvent() on uninitialized handle on win32Michael Roth1-1/+4
2012-02-01optionroms: Silence intermediate file removalJan Kiszka1-0/+3
2012-02-01sdl: Limit sdl_grab_end in handle_activation to Windows hostsJan Kiszka1-0/+4
2012-02-01sdl: Grab input on end of non-absolute mouse clickJan Kiszka1-2/+1
2012-02-01Revert "Handle SDL grabs failing (Mark McLoughlin)"Jan Kiszka1-6/+3
2012-02-01sdl: Fix block prevention of SDL_WM_GrabInputJan Kiszka1-12/+14
2012-02-01sdl: Do not grab mouse on mode switch while in backgroundJan Kiszka1-14/+16
2012-02-01Improve default machine options usabilityJan Kiszka1-15/+2
2012-02-01mc146818rtc: Use lost_tick_policy propertyJan Kiszka3-13/+42
2012-02-01qemu-option: Introduce default mechanismJan Kiszka2-8/+52
2012-02-01qdev: Introduce lost tick policy propertyJan Kiszka3-0/+69
2012-02-01Makefile: Remove linux-headers/asm symlink on distcleanPeter Maydell1-0/+1
2012-02-01exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell1-2/+12