summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "qemu-char: Print strerror message on failure" and depsMarkus Armbruster2012-02-249-122/+84
* qom: In function object_set_link_property(), first call object_ref(), then ob...Alexander Barabash2012-02-221-4/+7
* cpu defs: uncomment empty extfeatures_ecx definition for Opteron_G1 (v2)Eduardo Habkost2012-02-221-1/+1
* add Westmere as a qemu cpu model (v2)Eduardo Habkost2012-02-221-0/+14
* cpu defs: remove replicated flags from Intel (v2)Eduardo Habkost2012-02-221-3/+3
* cpu defs: add pse36, mca, mtrr to AMD CPU definitions (v2)Eduardo Habkost2012-02-221-3/+3
* cpu defs: use Intel flag names for Intel models (v2)Eduardo Habkost2012-02-222-5/+5
* cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_optEduardo Habkost2012-02-221-2/+2
* cpu models: reorder flag list to match bit orderEduardo Habkost2012-02-221-18/+18
* split SCSI and LSI, add myself as SCSI maintainerPaolo Bonzini2012-02-221-2/+7
* qom: add test toolsAnthony Liguori2012-02-223-0/+195
* qmp: make qmp.py easier to useAnthony Liguori2012-02-221-0/+6
* Makefile: Add dependency to fix linux-user-only buildPeter Maydell2012-02-221-0/+1
* Make kernel, initrd and append be machine_optsPeter Maydell2012-02-222-8/+28
* jazz-led: compile it only twiceHervé Poussineau2012-02-226-1/+5
* jazz-led: convert to QOMHervé Poussineau2012-02-223-93/+71
* jazz-led: use trace frameworkHervé Poussineau2012-02-222-17/+13
* qom: Fix object_initialize_with_type() assertionAndreas Färber2012-02-221-1/+1
* pci: set memory type for memory behind the bridgeMichael S. Tsirkin2012-02-221-2/+13
* pci: add accessors to get/set registers by maskMichael S. Tsirkin2012-02-221-0/+61
* qom: Document ways to retrieve child object added by object_property_add_child()Alexander Barabash2012-02-221-0/+4
* pc_piix/pc_sysfw: enable flash by defaultJordan Justen2012-02-222-1/+50
* hw/pc_piix: add pc-1.1Jordan Justen2012-02-221-2/+10
* hw/pc_piix: remove is_default for pc-0.15Jordan Justen2012-02-221-1/+0
* hw/pc_sysfw: support system flash memory with pflashJordan Justen2012-02-223-2/+129
* hw/pc_sysfw: enable pc-sysfw as a qdevJordan Justen2012-02-221-0/+37
* hw/pc: move rom init to pc_sysfw.cJordan Justen2012-02-224-51/+101
* vl: make find_default_machine externally visibleJordan Justen2012-02-222-1/+2
* pflash_cfi01/02: support read-only pflash devicesJordan Justen2012-02-222-52/+75
* blockdev: allow read-only pflash devicesJordan Justen2012-02-221-1/+2
* Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori2012-02-2216-208/+842
|\
| * qdev: drop unnecessary parse/print methodsPaolo Bonzini2012-02-221-134/+0
| * qdev: use built-in QOM string parserPaolo Bonzini2012-02-221-2/+2
| * qdev: accept hex properties only if prefixed by 0xPaolo Bonzini2012-02-221-0/+12
| * qdev: accept both strings and integers for PCI addressesPaolo Bonzini2012-02-221-11/+25
| * qom: add generic string parsing/printingPaolo Bonzini2012-02-222-0/+49
| * qapi: add tests for string-based visitorsPaolo Bonzini2012-02-214-2/+395
| * qapi: add string-based visitorsPaolo Bonzini2012-02-215-2/+281
| * qapi: drop qmp_input_end_optionalPaolo Bonzini2012-02-211-5/+0
| * qapi: allow sharing enum implementation across visitorsPaolo Bonzini2012-02-214-52/+78
* | qxl: add user-friendly bar size propertiesGerd Hoffmann2012-02-212-0/+12
* | qxl: move ram size init to new functionGerd Hoffmann2012-02-211-19/+22
* | qxl: drop vram bar minimum sizeGerd Hoffmann2012-02-211-2/+2
* | spice: support ipv6 channel address in monitor events and in spice infoYonit Halperin2012-02-211-5/+32
* | Add SPICE support to add_client monitor commandDaniel P. Berrange2012-02-214-4/+31
* | qxl: make sure primary surface is saved on migration also in compat modeYonit Halperin2012-02-211-1/+1
* | qxl: set only off-screen surfaces dirty instead of the whole vramYonit Halperin2012-02-211-9/+44
* | qxl: don't render stuff when the vm is stopped.Gerd Hoffmann2012-02-211-7/+5
* | qxl: fix warnings on 32bitGerd Hoffmann2012-02-211-3/+4
|/
* input: send kbd+mouse events only to running guests.Gerd Hoffmann2012-02-171-0/+6
OpenPOWER on IntegriCloud