aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-01pc: acpi: drop manual hole punching for PCI hotplug resourcesIgor Mammedov
2015-03-01pc: acpi-build: create PCI0._CRS dynamicallyIgor Mammedov
2015-03-01tpm: Support for capability flags of TIS 1.3Stefan Berger
2015-03-01tpm: Support for TIS selftest done flagStefan Berger
2015-03-01tpm: Support for XFIFO registerStefan Berger
2015-03-01tpm: Allow 32 & 16 bit accesses to the registersStefan Berger
2015-03-01tpm: Extend sts register to 32 bitStefan Berger
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev
2015-02-27Makefile.target: binary depends on config-devicesMichael S. Tsirkin
2015-02-27Makefile: don't silence mak file test with V=1Michael S. Tsirkin
2015-02-27Makefile: fix up parallel building under MSYS+MinGWVasily Efimov
2015-02-27iscsi: Handle write protected case in reopenFam Zheng
2015-02-27Give ivshmem its own config optionDavid Gibson
2015-02-27Create specific config option for "platform-bus"David Gibson
2015-02-27Add specific config options for PCI-E bridgesDavid Gibson
2015-02-27bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd'Gonglei
2015-02-27timer: replace time() with QEMU_CLOCK_HOSTPavel Dovgalyuk
2015-02-27virtio-scsi-dataplane: Call blk_set_aio_context within BQLFam Zheng
2015-02-27block: Forbid bdrv_set_aio_context outside BQLFam Zheng
2015-02-27scsi: give device a parent before setting propertiesPaolo Bonzini
2015-02-26qtest: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster
2015-02-26pc: Use qemu_opt_set() instead of qemu_opts_parse()Markus Armbruster
2015-02-26qemu-sockets: Simplify setting numeric and boolean optionsMarkus Armbruster
2015-02-26block: Simplify setting numeric optionsMarkus Armbruster
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, amendMarkus Armbruster
2015-02-26QemuOpts: Propagate errors through opts_parse()Markus Armbruster
2015-02-26QemuOpts: Propagate errors through opts_do_parse()Markus Armbruster
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster
2015-02-26block: Suppress unhelpful extra errors in bdrv_img_create()Markus Armbruster
2015-02-26qemu-img: Suppress unhelpful extra errors in convert, resizeMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opts_set() to Error, fix its useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_number() to Error, fix its useMarkus Armbruster
2015-02-26QemuOpts: Convert qemu_opt_set_bool() to Error, fix its useMarkus Armbruster
2015-02-26Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2015-02-26acpi-test: update expected filesMichael S. Tsirkin
2015-02-26acpi: drop unused generated filesMichael S. Tsirkin
2015-02-26acpi: update generated hex filesMichael S. Tsirkin
2015-02-26pc: acpi-build: reserve PCIHP MMIO resourcesIgor Mammedov
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov
2015-02-26pc: acpi-build: create memory hotplug IO region dynamicallyIgor Mammedov
2015-02-26pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov
2015-02-26pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov
2015-02-26acpi: add aml_eisaid() termIgor Mammedov
2015-02-26acpi: add aml_processor() termIgor Mammedov
2015-02-26acpi: add aml_equal() termIgor Mammedov
2015-02-26acpi: add aml_varpackage() termIgor Mammedov
2015-02-26pc: acpi-build: generate pvpanic device description dynamicallyIgor Mammedov