Age | Commit message (Expand) | Author |
2012-02-23 | qemu-ga: add Windows service integration | Michael Roth |
2012-02-23 | qemu-ga: add initial win32 support | Michael Roth |
2012-02-23 | qemu-ga: fixes for win32 build of qemu-ga | Michael Roth |
2012-02-23 | qemu-ga: rename guest-agent-commands.c -> commands-posix.c | Michael Roth |
2012-02-23 | qemu-ga: separate out common commands from posix-specific ones | Michael Roth |
2012-02-23 | qemu-ga: move channel/transport functionality into wrapper class | Michael Roth |
2012-02-23 | qemu-ga: Add schema documentation for types | Michael Roth |
2012-02-22 | qom: add test tools | Anthony Liguori |
2012-02-22 | qmp: make qmp.py easier to use | Anthony Liguori |
2012-02-22 | Makefile: Add dependency to fix linux-user-only build | Peter Maydell |
2012-02-22 | Make kernel, initrd and append be machine_opts | Peter Maydell |
2012-02-22 | jazz-led: compile it only twice | Hervé Poussineau |
2012-02-22 | jazz-led: convert to QOM | Hervé Poussineau |
2012-02-22 | jazz-led: use trace framework | Hervé Poussineau |
2012-02-22 | qom: Fix object_initialize_with_type() assertion | Andreas Färber |
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 | qom: Document ways to retrieve child object added by object_property_add_child() | Alexander Barabash |
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 | blockdev: allow 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-22 | qom: add generic string parsing/printing | 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 | spice: support ipv6 channel address in monitor events and in spice info | Yonit Halperin |
2012-02-21 | Add SPICE support to add_client monitor command | Daniel P. Berrange |
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-21 | qapi: add tests for string-based visitors | Paolo Bonzini |
2012-02-21 | qapi: add string-based visitors | Paolo Bonzini |
2012-02-21 | qapi: drop qmp_input_end_optional | Paolo Bonzini |
2012-02-21 | qapi: allow sharing enum implementation across visitors | Paolo Bonzini |
2012-02-17 | input: send kbd+mouse events only to running guests. | 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 |