diff options
| author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-22 15:19:10 +0000 |
|---|---|---|
| committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-22 15:19:10 +0000 |
| commit | e37630ca4f5142a6830654d9801b473600417d5c (patch) | |
| tree | 2c207e7589d19dd5e9bc1b57a80fb64c5d7c3b18 /hw/boards.h | |
| parent | b194f610641841ecfb6debda9591eb7b2dc671a8 (diff) | |
| download | focaccia-qemu-e37630ca4f5142a6830654d9801b473600417d5c.tar.gz focaccia-qemu-e37630ca4f5142a6830654d9801b473600417d5c.zip | |
xen: groundwork for xen support (Gerd Hoffmann)
- configure script and build system changes. - wind up new machine type. - add -xen-* command line options. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7219 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/boards.h')
| -rw-r--r-- | hw/boards.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h index 7fada948e4..5611d2c623 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -32,6 +32,9 @@ extern QEMUMachine axisdev88_machine; extern QEMUMachine pc_machine; extern QEMUMachine isapc_machine; +/* xen_machine.c */ +extern QEMUMachine xenpv_machine; + /* ppc.c */ extern QEMUMachine prep_machine; extern QEMUMachine core99_machine; |