aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-01tpm: Extend sts register to 32 bitStefan Berger1-1/+1
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2-6/+4
2015-02-27Makefile.target: binary depends on config-devicesMichael S. Tsirkin1-1/+3
2015-02-27Makefile: don't silence mak file test with V=1Michael S. Tsirkin2-4/+4
2015-02-27Makefile: fix up parallel building under MSYS+MinGWVasily Efimov1-2/+2
2015-02-27iscsi: Handle write protected case in reopenFam Zheng1-9/+11
2015-02-27Give ivshmem its own config optionDavid Gibson2-3/+2
2015-02-27Create specific config option for "platform-bus"David Gibson4-1/+4
2015-02-27Add specific config options for PCI-E bridgesDavid Gibson4-2/+13
2015-02-27bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'Gonglei1-4/+9
2015-02-27timer: replace time() with QEMU_CLOCK_HOSTPavel Dovgalyuk1-4/+8
2015-02-27virtio-scsi-dataplane: Call blk_set_aio_context within BQLFam Zheng1-8/+7
2015-02-27block: Forbid bdrv_set_aio_context outside BQLFam Zheng1-2/+1
2015-02-27scsi: give device a parent before setting propertiesPaolo Bonzini1-0/+5
2015-02-26qtest: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster1-7/+4
2015-02-26pc: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster1-8/+3
2015-02-26qemu-sockets: Simplify setting numeric and boolean optionsMarkus Armbruster1-9/+7
2015-02-26block: Simplify setting numeric optionsMarkus Armbruster2-10/+7
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, amendMarkus Armbruster5-22/+40
2015-02-26QemuOpts: Propagate errors through opts_parse()Markus Armbruster1-9/+20
2015-02-26QemuOpts: Propagate errors through opts_do_parse()Markus Armbruster1-8/+17
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster18-131/+131
2015-02-26block: Suppress unhelpful extra errors in bdrv_img_create()Markus Armbruster1-2/+5
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, resizeMarkus Armbruster1-4/+12
2015-02-26QemuOpts: Convert qemu_opts_set() to Error, fix its useMarkus Armbruster5-18/+22
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster9-22/+25
2015-02-26QemuOpts: Convert qemu_opt_set_bool() to Error, fix its useMarkus Armbruster6-18/+19
2015-02-26Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell4-9/+13
2015-02-26acpi-test: update expected filesMichael S. Tsirkin4-0/+0
2015-02-26acpi: drop unused generated filesMichael S. Tsirkin2-347/+0
2015-02-26acpi: update generated hex filesMichael S. Tsirkin3-697/+25
2015-02-26pc: acpi-build: reserve PCIHP MMIO resourcesIgor Mammedov1-0/+27
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov3-8/+19
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov2-0/+233
2015-02-26pc: acpi-build: create memory hotplug IO region dynamicallyIgor Mammedov3-31/+64
2015-02-26pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov3-144/+46
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov2-0/+16
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov3-16/+29
2015-02-26pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov3-113/+45
2015-02-26acpi: add aml_eisaid() termIgor Mammedov2-0/+30
2015-02-26acpi: add aml_processor() termIgor Mammedov2-0/+17
2015-02-26acpi: add aml_equal() termIgor Mammedov2-0/+11
2015-02-26acpi: add aml_varpackage() termIgor Mammedov2-0/+9
2015-02-26pc: acpi-build: generate pvpanic device description dynamicallyIgor Mammedov2-51/+32
2015-02-26acpi: add aml_string() termIgor Mammedov2-0/+26
2015-02-26acpi: add aml_local() termIgor Mammedov2-0/+12
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov2-0/+34
2015-02-26acpi: add aml_operation_region() termIgor Mammedov2-0/+21
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov2-6/+17
2015-02-26acpi: add aml_io() helperIgor Mammedov2-0/+23