Re: [Qemu-devel] [PATCH v17 5/6] pvpanic: create pvpanic device by default

2013-04-07 Thread Hu Tao
On Fri, Apr 05, 2013 at 01:14:16PM +0200, Paolo Bonzini wrote: > Il 05/04/2013 08:36, Hu Tao ha scritto: > > Also parse command line options for ioport and set > > it accordingly. > > This does not do the correct thing for versioned machine types like "-M > pc-1.4". Also, adding stuff to vl.c is

Re: [Qemu-devel] [PATCH v17 5/6] pvpanic: create pvpanic device by default

2013-04-05 Thread Paolo Bonzini
Il 05/04/2013 08:36, Hu Tao ha scritto: > Also parse command line options for ioport and set > it accordingly. This does not do the correct thing for versioned machine types like "-M pc-1.4". Also, adding stuff to vl.c is really something you cannot do. Please don't be afraid to ask! See the at

[Qemu-devel] [PATCH v17 5/6] pvpanic: create pvpanic device by default

2013-04-04 Thread Hu Tao
Also parse command line options for ioport and set it accordingly. Signed-off-by: Hu Tao --- hw/i386/pc_piix.c | 2 ++ hw/i386/pc_q35.c | 1 + hw/pc.h | 4 hw/pvpanic.c | 42 ++ vl.c | 2 ++ 5 files changed, 51 inserti