Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque... | Peter Maydell | 26 | -313/+823 |
2020-09-17 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-configure-fixes-16092... | Peter Maydell | 5 | -25/+37 |
2020-09-17 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1... | Peter Maydell | 21 | -215/+207 |
2020-09-17 | microvm: enable ramfb | Gerd Hoffmann | 1 | -0/+3 |
2020-09-17 | tests/acpi: update expected data files for microvm | Gerd Hoffmann | 4 | -3/+0 |
2020-09-17 | tests/acpi: add microvm test | Gerd Hoffmann | 1 | -0/+15 |
2020-09-17 | tests/acpi: allow override blkdev | Gerd Hoffmann | 1 | -2/+4 |
2020-09-17 | tests/acpi: allow microvm test data updates. | Gerd Hoffmann | 4 | -0/+3 |
2020-09-17 | microvm: wire up hotplug | Gerd Hoffmann | 1 | -0/+42 |
2020-09-17 | x86: move cpu hotplug from pc to x86 | Gerd Hoffmann | 3 | -276/+286 |
2020-09-17 | x86: move acpi_dev from pc/microvm | Gerd Hoffmann | 9 | -26/+32 |
2020-09-17 | x86: constify x86_machine_is_*_enabled | Gerd Hoffmann | 2 | -4/+4 |
2020-09-17 | microvm/acpi: disable virtio-mmio cmdline hack | Gerd Hoffmann | 1 | -1/+2 |
2020-09-17 | microvm/acpi: use seabios with acpi=on | Gerd Hoffmann | 1 | -1/+4 |
2020-09-17 | microvm/acpi: use GSI 16-23 for virtio | Gerd Hoffmann | 1 | -1/+1 |
2020-09-17 | microvm/acpi: add acpi_dsdt_add_virtio() for x86 | Gerd Hoffmann | 1 | -0/+52 |
2020-09-17 | microvm/acpi: add minimal acpi support | Gerd Hoffmann | 6 | -1/+246 |
2020-09-17 | microvm: make virtio irq base runtime configurable | Gerd Hoffmann | 2 | -5/+8 |
2020-09-17 | acpi: move acpi_dsdt_add_power_button() to ged | Gerd Hoffmann | 3 | -8/+9 |
2020-09-17 | acpi: ged: add x86 device variant. | Gerd Hoffmann | 3 | -0/+41 |
2020-09-17 | acpi: ged: add control regs | Gerd Hoffmann | 2 | -0/+56 |
2020-09-17 | seabios: add bios-microvm.bin binary | Gerd Hoffmann | 2 | -0/+1 |
2020-09-17 | seabios: add microvm config, update build rules | Gerd Hoffmann | 2 | -1/+30 |
2020-09-17 | microvm: name qboot binary qboot.rom | Gerd Hoffmann | 4 | -6/+6 |
2020-09-16 | Merge remote-tracking branch 'remotes/berrange/tags/block-odirect-pull-reques... | Peter Maydell | 27 | -116/+150 |
2020-09-16 | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int... | Peter Maydell | 3 | -0/+15 |
2020-09-16 | cirrus: Building freebsd in a single shot | Yonggang Luo | 1 | -27/+8 |
2020-09-16 | ci: Enable msys2 ci in cirrus | Yonggang Luo | 1 | -0/+63 |
2020-09-16 | tests: Fixes test-qdev-global-props.c | Yonggang Luo | 1 | -3/+6 |
2020-09-16 | tests: fix test-util-sockets.c | Yonggang Luo | 1 | -1/+5 |
2020-09-16 | tests: Fixes test-io-channel-file by mask only owner file state mask bits | Yonggang Luo | 1 | -1/+11 |
2020-09-16 | tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a... | Yonggang Luo | 1 | -2/+10 |
2020-09-16 | block/file: switch to use qemu_open/qemu_create for improved errors | Daniel P. Berrangé | 2 | -15/+9 |
2020-09-16 | util: give a specific error message when O_DIRECT doesn't work | Daniel P. Berrangé | 1 | -1/+14 |
2020-09-16 | util: introduce qemu_open and qemu_create with error reporting | Daniel P. Berrangé | 2 | -0/+22 |
2020-09-16 | util: add Error object for qemu_open_internal error reporting | Daniel P. Berrangé | 1 | -2/+13 |
2020-09-16 | util: refactor qemu_open_old to split off variadic args handling | Daniel P. Berrangé | 1 | -7/+17 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 24 | -42/+44 |
2020-09-16 | util: split off a helper for dealing with O_CLOEXEC flag | Daniel P. Berrangé | 1 | -8/+15 |
2020-09-16 | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 5 | -57/+32 |
2020-09-16 | configure: add [lm32|unicore32]-softmmu to deprecation logic | Alex Bennée | 3 | -6/+7 |
2020-09-16 | gitlab: create a build-deprecated target | Alex Bennée | 2 | -2/+11 |
2020-09-16 | configure: include tilegx-linux-user in the deprecation logic | Alex Bennée | 1 | -1/+1 |
2020-09-16 | configure: clean-up the target-list-exclude logic | Alex Bennée | 1 | -9/+1 |
2020-09-16 | configure: also skip deprecated targets with target-list-exclude | Alex Bennée | 1 | -3/+8 |
2020-09-16 | configure: move deprecated feature processing to supported_target | Alex Bennée | 1 | -4/+10 |
2020-09-16 | iotests: Drop readlink -f | Max Reitz | 1 | -1/+1 |
2020-09-16 | linux-user: test, don't assert addr != test in pgb_reserved_va | Alex Bennée | 1 | -5/+4 |
2020-09-16 | tests: Fixes test-io-channel-socket.c tests under msys2/mingw | Yonggang Luo | 1 | -0/+2 |
2020-09-16 | vmstate: Fixes test-vmstate.c on msys2/mingw | Yonggang Luo | 1 | -1/+2 |