[Qemu-devel] [PATCH v4 0/6] KVM flash memory support

2013-05-07 Thread Jordan Justen
git://github.com/jljusten/qemu.git kvm-flash-v4 Utilize KVM_CAP_READONLY_MEM to support PC system flash emulation with KVM. v4: * With a machine type of isapc, don't mark the BIOS as read-only. isapc + seabios will not boot if the BIOS is read-only. This matches the current behavior of

Re: [Qemu-devel] [PATCH v4 0/6] KVM flash memory support

2013-05-07 Thread Paolo Bonzini
Il 07/05/2013 19:15, Jordan Justen ha scritto: git://github.com/jljusten/qemu.git kvm-flash-v4 Utilize KVM_CAP_READONLY_MEM to support PC system flash emulation with KVM. v4: * With a machine type of isapc, don't mark the BIOS as read-only. isapc + seabios will not boot if the BIOS

Re: [Qemu-devel] [PATCH v4 0/6] KVM flash memory support

2013-05-07 Thread Jordan Justen
On Tue, May 7, 2013 at 1:28 PM, Paolo Bonzini pbonz...@redhat.com wrote: Il 07/05/2013 19:15, Jordan Justen ha scritto: git://github.com/jljusten/qemu.git kvm-flash-v4 Utilize KVM_CAP_READONLY_MEM to support PC system flash emulation with KVM. v4: * With a machine type of isapc, don't