]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
qemu xen upstream synch (Gerd): [PATCH 2/7] merge review: delete comment
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 19 May 2009 14:37:47 +0000 (15:37 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 19 May 2009 14:37:47 +0000 (15:37 +0100)
[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 <kraxel@redhat.com>
hw/xen_machine_pv.c

index 55368420b28351a3f5d7458a4bb248bd7b8c7f8c..4c0ee924dcbeb976ac5caa0433e788aaa037457f 100644 (file)
@@ -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:
- */