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