Age | Commit message (Expand) | Author |
2012-02-01 | main-loop: For tools, initialize timers as part of qemu_init_main_loop() | Michael Roth |
2012-02-01 | main-loop: Fix SetEvent() on uninitialized handle on win32 | Michael Roth |
2012-02-01 | optionroms: Silence intermediate file removal | Jan Kiszka |
2012-02-01 | sdl: Limit sdl_grab_end in handle_activation to Windows hosts | Jan Kiszka |
2012-02-01 | sdl: Grab input on end of non-absolute mouse click | Jan Kiszka |
2012-02-01 | Revert "Handle SDL grabs failing (Mark McLoughlin)" | Jan Kiszka |
2012-02-01 | sdl: Fix block prevention of SDL_WM_GrabInput | Jan Kiszka |
2012-02-01 | sdl: Do not grab mouse on mode switch while in background | Jan Kiszka |
2012-02-01 | Improve default machine options usability | Jan Kiszka |
2012-02-01 | mc146818rtc: Use lost_tick_policy property | Jan Kiszka |
2012-02-01 | qemu-option: Introduce default mechanism | Jan Kiszka |
2012-02-01 | qdev: Introduce lost tick policy property | Jan Kiszka |
2012-02-01 | Makefile: Remove linux-headers/asm symlink on distclean | Peter Maydell |
2012-02-01 | exec.c: Clarify comment about tlb_flush() flush_global parameter | Peter Maydell |
2012-02-01 | hw/9pfs: Update MAINTAINERS file | Aneesh Kumar K.V |
2012-02-01 | MAINTAINERS: Add a section for the host OS and a W32 maintainer | Stefan Weil |
2012-02-01 | ./configure: add link check for nss-smartcard | Sergei Trofimovich |
2012-02-01 | ./configure: request pkg-config to provide private libs when static linking | Sergei Trofimovich |
2012-01-30 | m48t59: use rtc_clock for alarm timer | Paolo Bonzini |
2012-01-30 | GRLIB UART: Add RX channel | Fabien Chouteau |
2012-01-29 | Fix off-by-one in dirty bitmap functions | Avi Kivity |
2012-01-28 | Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel... | Blue Swirl |
2012-01-27 | unin_pci: Fix typos in device names | Andreas Färber |
2012-01-27 | qdev: change ambiguous qdev names | Anthony Liguori |
2012-01-27 | virtio-s390: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | sysbus: apic: ioapic: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | pci: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | unin_pci: Drop unused reset handler | Andreas Färber |
2012-01-27 | unin_pci: Drop duplicate busdev | Andreas Färber |
2012-01-27 | unin_pci: Clean up qdev names | Andreas Färber |
2012-01-27 | virtio-serial: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | spapr: convert to QEMU Object Model (v2) | Anthony Liguori |
2012-01-27 | scsi: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | ide: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | hda-codec: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | i2c: smbus: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | i2c: rename i2c_slave -> I2CSlave | Anthony Liguori |
2012-01-27 | ssi: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | ccid: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | usb: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | isa: pic: convert to QEMU Object Model | Anthony Liguori |
2012-01-27 | qdev: prepare source tree for code conversion | Anthony Liguori |
2012-01-27 | qdev: add class_init to DeviceInfo | Anthony Liguori |
2012-01-27 | qdev: add a interface to register subclasses | Anthony Liguori |
2012-01-27 | qdev: use a wrapper to access reset and promote reset to a class method | Anthony Liguori |
2012-01-27 | qdev: don't access name through info | Anthony Liguori |
2012-01-27 | qdev: move qdev->info to class | Anthony Liguori |
2012-01-27 | qdev: integrate with QEMU Object Model (v2) | Anthony Liguori |
2012-01-27 | qom: add the base Object class (v2) | Anthony Liguori |
2012-01-27 | pci: call reset unconditionally | Anthony Liguori |