* [Qemu-devel] [PATCH] PC: pc-0.15 is not the default
@ 2012-01-08 23:50 Alexander Graf
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2012-01-08 23:50 UTC (permalink / raw)
To: qemu-devel@nongnu.org Developers
During creation of the pc-0.15 machine type something must have gone wrong
and the is_default field was still set, even though our default machine is
1.0. Remove that field.
Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index b70431f..00f525e 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -328,7 +328,6 @@ static QEMUMachine pc_machine_v0_15 = {
.desc = "Standard PC",
.init = pc_init_pci,
.max_cpus = 255,
- .is_default = 1,
};
static QEMUMachine pc_machine_v0_14 = {
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] PC: pc-0.15 is not the default
2012-01-08 23:52 [Qemu-devel] [PATCH] PC: pc-0.15 is not the default Alexander Graf
@ 2012-01-08 23:52 ` Alexander Graf
0 siblings, 0 replies; 3+ messages in thread
From: Alexander Graf @ 2012-01-08 23:52 UTC (permalink / raw)
To: qemu-devel@nongnu.org Developers; +Cc: Avi Kivity, kvm list
On 09.01.2012, at 00:52, Alexander Graf wrote:
> During creation of the pc-0.15 machine type something must have gone wrong
> and the is_default field was still set, even though our default machine is
> 1.0. Remove that field.
>
> Signed-off-by: Alexander Graf <agraf@suse.de>
Oops, sorry. Misused git-send-mail and accidently sent this one twice :). Please ignore and reply to the other one.
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PATCH] PC: pc-0.15 is not the default
@ 2012-01-08 23:52 Alexander Graf
2012-01-08 23:52 ` Alexander Graf
0 siblings, 1 reply; 3+ messages in thread
From: Alexander Graf @ 2012-01-08 23:52 UTC (permalink / raw)
To: qemu-devel@nongnu.org Developers; +Cc: Avi Kivity, kvm list
During creation of the pc-0.15 machine type something must have gone wrong
and the is_default field was still set, even though our default machine is
1.0. Remove that field.
Signed-off-by: Alexander Graf <agraf@suse.de>
diff --git a/hw/pc_piix.c b/hw/pc_piix.c
index b70431f..00f525e 100644
--- a/hw/pc_piix.c
+++ b/hw/pc_piix.c
@@ -328,7 +328,6 @@ static QEMUMachine pc_machine_v0_15 = {
.desc = "Standard PC",
.init = pc_init_pci,
.max_cpus = 255,
- .is_default = 1,
};
static QEMUMachine pc_machine_v0_14 = {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-08 23:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 23:52 [Qemu-devel] [PATCH] PC: pc-0.15 is not the default Alexander Graf
2012-01-08 23:52 ` Alexander Graf
-- strict thread matches above, loose matches on Subject: below --
2012-01-08 23:50 Alexander Graf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).