Re: [Qemu-devel] [PATCH v19 4/7] pvpanic: pass configurable ioport to seabios

2013-05-30 Thread Michael S. Tsirkin
On Thu, Apr 18, 2013 at 10:14:43AM +0800, Hu Tao wrote: This lets seabios patch the corresponding SSDT entry. Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- hw/misc/pvpanic.c | 14 ++ hw/nvram/fw_cfg.c | 8 +++- include/hw/nvram/fw_cfg.h | 2 ++ 3 files

Re: [Qemu-devel] [PATCH v19 4/7] pvpanic: pass configurable ioport to seabios

2013-04-19 Thread Hu Tao
On Thu, Apr 18, 2013 at 11:22:56AM +0200, Markus Armbruster wrote: Hu Tao hu...@cn.fujitsu.com writes: This lets seabios patch the corresponding SSDT entry. Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- hw/misc/pvpanic.c | 14 ++ hw/nvram/fw_cfg.c | 8

Re: [Qemu-devel] [PATCH v19 4/7] pvpanic: pass configurable ioport to seabios

2013-04-19 Thread Markus Armbruster
Hu Tao hu...@cn.fujitsu.com writes: On Thu, Apr 18, 2013 at 11:22:56AM +0200, Markus Armbruster wrote: Hu Tao hu...@cn.fujitsu.com writes: This lets seabios patch the corresponding SSDT entry. [...] diff --git a/include/hw/nvram/fw_cfg.h b/include/hw/nvram/fw_cfg.h index

Re: [Qemu-devel] [PATCH v19 4/7] pvpanic: pass configurable ioport to seabios

2013-04-18 Thread Markus Armbruster
Hu Tao hu...@cn.fujitsu.com writes: This lets seabios patch the corresponding SSDT entry. Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- hw/misc/pvpanic.c | 14 ++ hw/nvram/fw_cfg.c | 8 +++- include/hw/nvram/fw_cfg.h | 2 ++ 3 files changed, 23

[Qemu-devel] [PATCH v19 4/7] pvpanic: pass configurable ioport to seabios

2013-04-17 Thread Hu Tao
This lets seabios patch the corresponding SSDT entry. Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- hw/misc/pvpanic.c | 14 ++ hw/nvram/fw_cfg.c | 8 +++- include/hw/nvram/fw_cfg.h | 2 ++ 3 files changed, 23 insertions(+), 1 deletion(-) diff --git