From: Ian Jackson Date: Tue, 19 May 2009 14:37:47 +0000 (+0100) Subject: qemu xen upstream synch (Gerd): [PATCH 2/7] merge review: delete comment X-Git-Tag: xen-4.0.0-rc1~87 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=de142bb7856128ae5cbb78385bfdcb1b9a3ffa34;p=qemu-xen-4.1-testing.git 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 --- diff --git a/hw/xen_machine_pv.c b/hw/xen_machine_pv.c index 55368420b..4c0ee924d 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: - */