qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH] Support diskless PC


From: Jan Kiszka
Subject: [Qemu-devel] Re: [PATCH] Support diskless PC
Date: Sat, 07 Feb 2009 00:41:50 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Stefan Weil wrote:
> There is no reason why Qemu should not be able to emulate
> a diskless PC. So we support it.

Yeah, true!

Acked-by: Jan Kiszka <address@hidden>

> 
> Signed-off-by: Stefan Weil <address@hidden>
> 
> Index: trunk/hw/pc.c
> ===================================================================
> --- trunk.orig/hw/pc.c        2009-02-06 23:08:30.000000000 +0100
> +++ trunk/hw/pc.c     2009-02-06 23:08:51.000000000 +0100
> @@ -1147,6 +1147,7 @@
>      .desc = "Standard PC",
>      .init = pc_init_pci,
>      .ram_require = VGA_RAM_SIZE + PC_MAX_BIOS_SIZE,
> +    .nodisk_ok = 1,
>      .max_cpus = 255,
>  };
>  
> @@ -1155,5 +1156,6 @@
>      .desc = "ISA-only PC",
>      .init = pc_init_isa,
>      .ram_require = VGA_RAM_SIZE + PC_MAX_BIOS_SIZE,
> +    .nodisk_ok = 1,
>      .max_cpus = 1,
>  };


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]