Age | Commit message (Expand) | Author |
2012-02-22 | ide: drop ide_tray_state_post_load() | Luiz Capitulino |
2012-02-22 | block: Don't call bdrv_eject() if the tray state didn't change | Luiz Capitulino |
2012-02-22 | block: Rename bdrv_mon_event() & BlockMonEventAction | Luiz Capitulino |
2012-02-22 | jazz-led: convert to QOM | Hervé Poussineau |
2012-02-22 | jazz-led: use trace framework | Hervé Poussineau |
2012-02-22 | pci: set memory type for memory behind the bridge | Michael S. Tsirkin |
2012-02-22 | pci: add accessors to get/set registers by mask | Michael S. Tsirkin |
2012-02-22 | pc_piix/pc_sysfw: enable flash by default | Jordan Justen |
2012-02-22 | hw/pc_piix: add pc-1.1 | Jordan Justen |
2012-02-22 | hw/pc_piix: remove is_default for pc-0.15 | Jordan Justen |
2012-02-22 | hw/pc_sysfw: support system flash memory with pflash | Jordan Justen |
2012-02-22 | hw/pc_sysfw: enable pc-sysfw as a qdev | Jordan Justen |
2012-02-22 | hw/pc: move rom init to pc_sysfw.c | Jordan Justen |
2012-02-22 | vl: make find_default_machine externally visible | Jordan Justen |
2012-02-22 | pflash_cfi01/02: support read-only pflash devices | Jordan Justen |
2012-02-22 | Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging | Anthony Liguori |
2012-02-22 | qdev: drop unnecessary parse/print methods | Paolo Bonzini |
2012-02-22 | qdev: use built-in QOM string parser | Paolo Bonzini |
2012-02-22 | qdev: accept hex properties only if prefixed by 0x | Paolo Bonzini |
2012-02-22 | qdev: accept both strings and integers for PCI addresses | Paolo Bonzini |
2012-02-21 | qxl: add user-friendly bar size properties | Gerd Hoffmann |
2012-02-21 | qxl: move ram size init to new function | Gerd Hoffmann |
2012-02-21 | qxl: drop vram bar minimum size | Gerd Hoffmann |
2012-02-21 | qxl: make sure primary surface is saved on migration also in compat mode | Yonit Halperin |
2012-02-21 | qxl: set only off-screen surfaces dirty instead of the whole vram | Yonit Halperin |
2012-02-21 | qxl: don't render stuff when the vm is stopped. | Gerd Hoffmann |
2012-02-21 | qxl: fix warnings on 32bit | Gerd Hoffmann |
2012-02-17 | i8259: Do not clear level-triggered lines in IRR on init | Jan Kiszka |
2012-02-17 | i8254: Factor out pit_get_channel_info | Jan Kiszka |
2012-02-17 | pcspk: Convert to qdev | Jan Kiszka |
2012-02-17 | i8254: Rework & fix interaction with HPET in legacy mode | Jan Kiszka |
2012-02-17 | i8254: Pass alternative IRQ output object on initialization | Jan Kiszka |
2012-02-17 | i8254: Factor out interface header | Jan Kiszka |
2012-02-17 | hpet: Save/restore cached RTC IRQ level | Jan Kiszka |
2012-02-17 | i8254: Do not raise IRQ level on reset | Jan Kiszka |
2012-02-17 | qdev: Fix qdev_try_create() semantics | Andreas Färber |
2012-02-17 | Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into staging | Anthony Liguori |
2012-02-17 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-02-17 | hw/pl031: Actually raise interrupt on timer expiry | Peter Maydell |
2012-02-17 | Remove unnecessary includes of primecell.h | Peter Maydell |
2012-02-17 | hw/primecell.h: Remove obsolete pl080_init() declaration | Peter Maydell |
2012-02-17 | hw/arm_sysctl: Drop legacy init function | Peter Maydell |
2012-02-17 | hw/vexpress.c: Add vexpress-a15 machine | Peter Maydell |
2012-02-17 | arm_boot: Pass base address of GIC CPU interface, not whole GIC | Peter Maydell |
2012-02-17 | hw/vexpress.c: Instantiate the motherboard CLCD | Peter Maydell |
2012-02-17 | hw/vexpress.c: Factor out daughterboard-specific initialization | Peter Maydell |
2012-02-17 | hw/vexpress.c: Move secondary CPU boot code to SRAM | Peter Maydell |
2012-02-17 | hw/vexpress.c: Make motherboard peripheral memory map table-driven | Peter Maydell |
2012-02-17 | hw/a15mpcore.c: Add Cortex-A15 private peripheral model | Peter Maydell |
2012-02-17 | Exynos4210: added display controller implementation | Mitsyanko Igor |