[PATCH 1/1] Fix --disable-kvm build

2008-08-13 Thread Philippe Gerum
Avi Kivity wrote: Philippe Gerum wrote: static void vga_map(PCIDevice *pci_dev, int region_num, uint32_t addr, uint32_t size, int type) diff --git a/qemu/qemu-kvm.h b/qemu/qemu-kvm.h index 7e28428..9ba81a3 100644 --- a/qemu/qemu-kvm.h +++ b/qemu/qemu-kvm.h @@ -114,6

[PATCH 0/4] Fix cpu-emulation mode builds

2008-08-12 Thread Philippe Gerum
This patchset fixes a few issues to keep the QEMU tree buildable in cpu-emulation mode. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 4/4] Fix --disable-kvm build

2008-08-12 Thread Philippe Gerum
This patch fixes a few locations where --disable-kvm was not enforced when applicable. Signed-off-by: Philippe Gerum [EMAIL PROTECTED] --- qemu/gdbstub.c |2 +- qemu/hw/acpi.c |6 +- qemu/hw/vga.c |2 ++ qemu/qemu-kvm.h |4 4 files changed, 8 insertions(+), 6

[PATCH 1/4] Use proper open call for init file

2008-08-12 Thread Philippe Gerum
This patch fixes misspelled calls to qemu_fopen_file(). Signed-off-by: Philippe Gerum [EMAIL PROTECTED] --- qemu/hw/ds1225y.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/hw/ds1225y.c b/qemu/hw/ds1225y.c index 3b91b4f..b1d0284 100644 --- a/qemu/hw/ds1225y.c