aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-01hw/9pfs: Update MAINTAINERS fileAneesh Kumar K.V1-2/+4
2012-02-01MAINTAINERS: Add a section for the host OS and a W32 maintainerStefan Weil1-0/+20
2012-02-01./configure: add link check for nss-smartcardSergei Trofimovich1-4/+9
2012-02-01./configure: request pkg-config to provide private libs when static linkingSergei Trofimovich1-3/+8
2012-01-30m48t59: use rtc_clock for alarm timerPaolo Bonzini1-2/+2
2012-01-30GRLIB UART: Add RX channelFabien Chouteau2-17/+90
2012-01-29Fix off-by-one in dirty bitmap functionsAvi Kivity1-4/+6
2012-01-28Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...Blue Swirl2-15/+73
2012-01-27unin_pci: Fix typos in device namesAndreas Färber1-2/+2
2012-01-27qdev: change ambiguous qdev namesAnthony Liguori4-4/+9
2012-01-27virtio-s390: convert to QEMU Object ModelAnthony Liguori1-28/+65
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori131-1296/+2733
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori53-1050/+1599
2012-01-27unin_pci: Drop unused reset handlerAndreas Färber1-7/+0
2012-01-27unin_pci: Drop duplicate busdevAndreas Färber1-9/+20
2012-01-27unin_pci: Clean up qdev namesAndreas Färber1-15/+39
2012-01-27virtio-serial: convert to QEMU Object ModelAnthony Liguori3-90/+128