Age | Commit message (Expand) | Author | Files | Lines |
2015-03-01 | tpm: Extend sts register to 32 bit | Stefan Berger | 1 | -1/+1 |
2015-03-01 | balloon: call qdev_alias_all_properties for proxy dev in balloon class init | Denis V. Lunev | 2 | -6/+4 |
2015-02-27 | Makefile.target: binary depends on config-devices | Michael S. Tsirkin | 1 | -1/+3 |
2015-02-27 | Makefile: don't silence mak file test with V=1 | Michael S. Tsirkin | 2 | -4/+4 |
2015-02-27 | Makefile: fix up parallel building under MSYS+MinGW | Vasily Efimov | 1 | -2/+2 |
2015-02-27 | iscsi: Handle write protected case in reopen | Fam Zheng | 1 | -9/+11 |
2015-02-27 | Give ivshmem its own config option | David Gibson | 2 | -3/+2 |
2015-02-27 | Create specific config option for "platform-bus" | David Gibson | 4 | -1/+4 |
2015-02-27 | Add specific config options for PCI-E bridges | David Gibson | 4 | -2/+13 |
2015-02-27 | bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd' | Gonglei | 1 | -4/+9 |
2015-02-27 | timer: replace time() with QEMU_CLOCK_HOST | Pavel Dovgalyuk | 1 | -4/+8 |
2015-02-27 | virtio-scsi-dataplane: Call blk_set_aio_context within BQL | Fam Zheng | 1 | -8/+7 |
2015-02-27 | block: Forbid bdrv_set_aio_context outside BQL | Fam Zheng | 1 | -2/+1 |
2015-02-27 | scsi: give device a parent before setting properties | Paolo Bonzini | 1 | -0/+5 |
2015-02-26 | qtest: Use qemu_opt_set() instead of qemu_opts_parse() | Markus Armbruster | 1 | -7/+4 |
2015-02-26 | pc: Use qemu_opt_set() instead of qemu_opts_parse() | Markus Armbruster | 1 | -8/+3 |
2015-02-26 | qemu-sockets: Simplify setting numeric and boolean options | Markus Armbruster | 1 | -9/+7 |
2015-02-26 | block: Simplify setting numeric options | Markus Armbruster | 2 | -10/+7 |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, amend | Markus Armbruster | 5 | -22/+40 |
2015-02-26 | QemuOpts: Propagate errors through opts_parse() | Markus Armbruster | 1 | -9/+20 |
2015-02-26 | QemuOpts: Propagate errors through opts_do_parse() | Markus Armbruster | 1 | -8/+17 |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster | 18 | -131/+131 |
2015-02-26 | block: Suppress unhelpful extra errors in bdrv_img_create() | Markus Armbruster | 1 | -2/+5 |
2015-02-26 | qemu-img: Suppress unhelpful extra errors in convert, resize | Markus Armbruster | 1 | -4/+12 |
2015-02-26 | QemuOpts: Convert qemu_opts_set() to Error, fix its use | Markus Armbruster | 5 | -18/+22 |
2015-02-26 | QemuOpts: Convert qemu_opt_set_number() to Error, fix its use | Markus Armbruster | 9 | -22/+25 |
2015-02-26 | QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use | Markus Armbruster | 6 | -18/+19 |
2015-02-26 | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging | Peter Maydell | 4 | -9/+13 |
2015-02-26 | acpi-test: update expected files | Michael S. Tsirkin | 4 | -0/+0 |
2015-02-26 | acpi: drop unused generated files | Michael S. Tsirkin | 2 | -347/+0 |
2015-02-26 | acpi: update generated hex files | Michael S. Tsirkin | 3 | -697/+25 |
2015-02-26 | pc: acpi-build: reserve PCIHP MMIO resources | Igor Mammedov | 1 | -0/+27 |
2015-02-26 | pc: pcihp: expose MMIO base and len as properties | Igor Mammedov | 3 | -8/+19 |
2015-02-26 | acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword... | Igor Mammedov | 2 | -0/+233 |
2015-02-26 | pc: acpi-build: create memory hotplug IO region dynamically | Igor Mammedov | 3 | -31/+64 |
2015-02-26 | pc: acpi-build: drop template patching and memory hotplug objects dynamically | Igor Mammedov | 3 | -144/+46 |
2015-02-26 | acpi: add aml_reserved_field() term | Igor Mammedov | 2 | -0/+16 |
2015-02-26 | pc: acpi-build: create CPU hotplug IO region dynamically | Igor Mammedov | 3 | -16/+29 |
2015-02-26 | pc: acpi-build: drop template patching and CPU hotplug objects dynamically | Igor Mammedov | 3 | -113/+45 |
2015-02-26 | acpi: add aml_eisaid() term | Igor Mammedov | 2 | -0/+30 |
2015-02-26 | acpi: add aml_processor() term | Igor Mammedov | 2 | -0/+17 |
2015-02-26 | acpi: add aml_equal() term | Igor Mammedov | 2 | -0/+11 |
2015-02-26 | acpi: add aml_varpackage() term | Igor Mammedov | 2 | -0/+9 |
2015-02-26 | pc: acpi-build: generate pvpanic device description dynamically | Igor Mammedov | 2 | -51/+32 |
2015-02-26 | acpi: add aml_string() term | Igor Mammedov | 2 | -0/+26 |
2015-02-26 | acpi: add aml_local() term | Igor Mammedov | 2 | -0/+12 |
2015-02-26 | acpi: add aml_field() & aml_named_field() terms | Igor Mammedov | 2 | -0/+34 |
2015-02-26 | acpi: add aml_operation_region() term | Igor Mammedov | 2 | -0/+21 |
2015-02-26 | acpi: include PkgLength size only when requested | Igor Mammedov | 2 | -6/+17 |
2015-02-26 | acpi: add aml_io() helper | Igor Mammedov | 2 | -0/+23 |