[Qemu-devel] [PATCH] qemu: Emit RESET event with -no-reboot option

2018-05-29 Thread Christian Ludwig
: Christian Ludwig --- vl.c | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/vl.c b/vl.c index 038d7f8042..4057d3382c 100644 --- a/vl.c +++ b/vl.c @@ -1778,9 +1778,7 @@ void qemu_system_reset_request(ShutdownCause reason) { if (no_reboot

[Qemu-devel] [PATCH] AcpiDeviceIf: More readable bitmask definition

2017-06-19 Thread Christian Ludwig
AcpiEventStatusBits defines bits in a bitmask. Having it in decimal notation is rather uncommon. Make it more clear which bits are meant there. No functional change. Signed-off-by: Christian Ludwig --- include/hw/acpi/acpi_dev_interface.h | 10 +- 1 file changed, 5 insertions(+), 5