From de142bb7856128ae5cbb78385bfdcb1b9a3ffa34 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 19 May 2009 15:37:47 +0100 Subject: [PATCH] qemu xen upstream synch (Gerd): [PATCH 2/7] merge review: delete comment [This is] a series of patches for qemu-xen, making the code identical to the xen support patches being submitted to upstream qemu. The review process on qemu-devel resulted in a number of fixes and cleanups in the backend code, this is where most of the changes come from. There are also some xenfb changes due to displaystate reorganization and xenfb being merged in steps due to that. Signed-off-by: Gerd Hoffmann --- hw/xen_machine_pv.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index 55368420..4c0ee924 100644 --- a/hw/xen_machine_pv.c +++ b/hw/xen_machine_pv.c @@ -82,12 +82,3 @@ QEMUMachine xenpv_machine = { .max_cpus = 1, .nodisk_ok = 1, }; - -/* - * Local variables: - * indent-tabs-mode: nil - * c-indent-level: 4 - * c-basic-offset: 4 - * tab-width: 4 - * End: - */ -- 2.39.5