Re: [Qemu-devel] [PATCH] Add new DEFAULT_MACHINE_OPTIONS to q35 as well

2013-01-16 Thread Markus Armbruster
Knut Omang writes: > Without this a typical q35 based setup would no longer boot > after commit e4ada29e909787f629626660b1561f6a680187d3 > > Signed-off-by: Knut Omang > --- > hw/pc_q35.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/pc_q35.c b/hw/pc_q35.c > index 52d9976..d82353e

[Qemu-devel] [PATCH] Add new DEFAULT_MACHINE_OPTIONS to q35 as well

2013-01-16 Thread Knut Omang
Without this a typical q35 based setup would no longer boot after commit e4ada29e909787f629626660b1561f6a680187d3 Signed-off-by: Knut Omang --- hw/pc_q35.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pc_q35.c b/hw/pc_q35.c index 52d9976..d82353e 100644 --- a/hw/pc_q35.c +++ b/hw/pc_q3