summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-27spapr: convert to QEMU Object Model (v2)Anthony Liguori5-71/+126
2012-01-27scsi: convert to QEMU Object ModelAnthony Liguori4-113/+201
2012-01-27ide: convert to QEMU Object ModelAnthony Liguori2-49/+82
2012-01-27hda-codec: convert to QEMU Object ModelAnthony Liguori3-44/+71
2012-01-27i2c: smbus: convert to QEMU Object ModelAnthony Liguori15-164/+331
2012-01-27i2c: rename i2c_slave -> I2CSlaveAnthony Liguori15-86/+88
2012-01-27ssi: convert to QEMU Object ModelAnthony Liguori10-70/+150
2012-01-27ccid: convert to QEMU Object ModelAnthony Liguori4-49/+109
2012-01-27usb: convert to QEMU Object ModelAnthony Liguori17-303/+528
2012-01-27isa: pic: convert to QEMU Object ModelAnthony Liguori28-192/+390
2012-01-27qdev: prepare source tree for code conversionAnthony Liguori15-312/+304
2012-01-27qdev: add class_init to DeviceInfoAnthony Liguori2-0/+9
2012-01-27qdev: add a interface to register subclassesAnthony Liguori2-2/+8
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori4-9/+27
2012-01-27qdev: don't access name through infoAnthony Liguori28-44/+44
2012-01-27qdev: move qdev->info to classAnthony Liguori33-93/+119
2012-01-27qdev: integrate with QEMU Object Model (v2)Anthony Liguori2-2/+35
2012-01-27qom: add the base Object class (v2)Anthony Liguori8-1/+931