2020-10-17 | Pavel Dovgalyuk | tests/acceptance: Add MIPS record/replay tests Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Pavel Dovgalyuk | hw/mips: Remove exit(1) in case of missing ROM Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Eduardo Habkost | hw/mips: Rename TYPE_MIPS_BOSTON to TYPE_BOSTON Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE) Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips: Simplify loading 64-bit ELF kernels Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/malta: Use clearer qdev style Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/malta: Move gt64120 related code together Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/malta: Fix FPGA I/O region size Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cpu: Display warning when CPU is used without... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/cps: Do not allow use without input clock Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/malta: Set CPU frequency to 320 MHz Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/boston: Set CPU frequency to 1 GHz Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/cps: Expose input clock and connect it to CPU... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/jazz: Correct CPU frequencies Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/mipssim: Correct CPU frequency Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/fuloong2e: Set CPU frequency to 533 MHz Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | hw/mips/r4k: Explicit CPU frequency is 200 MHz Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cpu: Introduce mips_cpu_create_with_clock... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cpu: Allow the CPU to use dynamic frequencies Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cpu: Make cp0_count_rate a property Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cpu: Calculate the CP0 timer period using... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips: Move cp0_count_ns to CPUMIPSState Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cp0_timer: Document TIMER_PERIOD origin Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/cp0_timer: Explicit unit in variable name Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips: Move cpu_mips_get_random() with CP0 helpers Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/op_helper: Log unimplemented cache opcode Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/op_helper: Document Invalidate/Writeback... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Philippe Mathieu... | target/mips/op_helper: Convert multiple if() to switch... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Jiaxun Yang | target/mips: Add loongson-ext lsdc2 group of instructions Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Jiaxun Yang | target/mips: Add loongson-ext lswc2 group of instructions... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Jiaxun Yang | target/mips: Add loongson-ext lswc2 group of instructions... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Aleksandar Markovic | target/mips: Demacro helpers for <MAX|MAXA|MIN|MINA... Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Aleksandar Markovic | target/mips: Demacro helpers for M<ADD|SUB>F.<D|S> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | Aleksandar Markovic | target/mips: Demacro helpers for <ABS|CHS>.<D|S|PS> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-17 | zhaolichang | target/mips: Fix some comment spelling errors Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-16 | Luc Michel | hw/core/clock: Add the clock_new helper function Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-16 | Philippe Mathieu... | hw/qdev-clock: Display error hint when clock is missing... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-10-16 | Philippe Mathieu... | util/cutils: Introduce freq_to_str() to display Hertz... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-09-18 | Philippe Mathieu... | tests/acceptance: Skip slow quanta-gsj U-boot+Linux... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-18 | Philippe Mathieu... | tests/acceptance: Disable tests dependent of unreliable... Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-18 | Laszlo Ersek | hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data... Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008 Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | pc-bios: update the README file with edk2-stable202008... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | pc-bios: refresh edk2 build artifacts for edk2-stable202008 Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | roms/Makefile.edk2: enable new ARM/AARCH64 flags up... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | roms/Makefile.edk2: complete replacing TPM2*_ENABLE... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | roms/edk2: update submodule from edk2-stable201905... > Philippe Mathieu-Daudé (59): Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | roms/Makefile.edk2: prepare for replacing TPM2*_ENABLE... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | roms/efirom, tests/uefi-test-tools: update edk2's own... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-09-13 | Laszlo Ersek | Makefile: remove obsolete edk2 exception from "clean... Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-08-21 | Bin Meng | hw/sd: Correct the maximum size of a Standard Capacity... Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Bin Meng | hw/sd: Fix incorrect populated function switch status... Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Use sdbus_read_data() instead of sdbus_read_byte... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Add sdbus_read_data() to read multiples bytes... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Use sdbus_write_data() instead of sdbus_write_byte... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Add sdbus_write_data() to write multiples bytes... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename sdbus_read_data() as sdbus_read_byte() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename sdbus_write_data() as sdbus_write_byte() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Rename read/write_data() as read/write_byte() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h' Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/sdcard: Make sd_data_ready() static Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Replace disabled fprintf()s by trace events Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Do not create SD card within the SD host... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Expose a SDBus and connect the SDCard... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Use named GPIOs Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Add TODO to use Fifo32 API Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pl181: Rename pl181_send_command() as pl181_do_command() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Alistair Francis | hw/sd/pl181: Replace fprintf(stderr, "*\n") with error_report() Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/milkymist: Do not create SD card within the SD... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/milkymist: Create the SDBus at init() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/lm32/milkymist: Un-inline milkymist_memcard_create() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pxa2xx_mmci: Trivial simplification Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-21 | Philippe Mathieu... | hw/sd/pxa2xx_mmci: Do not create SD card within the... Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-08-12 | Paolo Bonzini | acceptance: use stable URLs for the Debian and Ubuntu... Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-08-12 | Philippe Mathieu... | tests/acceptance/boot_linux: Extract common URL from... Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return... Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | hw/nvram/fw_cfg: Simplify fw_cfg_add_from_generator... Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | hw/avr/boot: Fix memory leak in avr_load_firmware() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu-common: Document qemu_find_file() Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu/osdep: Reword qemu_get_exec_dir() documentation Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-21 | Philippe Mathieu... | qemu/osdep: Document os_find_datadir() return value Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
commitcommitdifftree |
2020-07-14 | John Snow | python/qmp.py: add QMPProtocolError Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/qmp.py: add casts to JSON deserialization Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/qmp.py: Do not return None from cmd_obj Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/qmp.py: re-absorb MonitorResponseError Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | iotests.py: use qemu.qmp type aliases Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/qmp.py: Define common types Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: change default wait timeout to 3... Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: re-add sigkill warning suppression Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: split shutdown into hard and soft... Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | tests/acceptance: Don't test reboot on cubieboard Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | tests/acceptance: wait() instead of shutdown() where... Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Make wait() call shutdown() Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Add a configurable timeout to shutdown() Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Prohibit multiple shutdown() calls Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Perform early cleanup for wait(... Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Add _early_cleanup hook Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: Close QMP socket in cleanup Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
2020-07-14 | John Snow | python/machine.py: consolidate _post_shutdown() Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
commitcommitdifftree |
next |