search for: target_softmmu

Displaying 2 results from an estimated 2 matches for "target_softmmu".

2005 Jun 30
0
[PATCH][9/10] Support VMX guests with 512M/1G memory.
...-r 13e02f197018 tools/ioemu/configure diff -r 2d6fd3bba3c2 -r 2d289d7ab961 tools/ioemu/configure --- a/tools/ioemu/configure Thu Jun 30 05:24:52 2005 +++ b/tools/ioemu/configure Thu Jun 30 05:26:09 2005 @@ -490,6 +490,8 @@ if expr $target : ''.*-softmmu'' > /dev/null ; then target_softmmu="yes" fi +#for support 256M guest +target_softmmu="yes" target_user_only="no" if expr $target : ''.*-user'' > /dev/null ; then target_user_only="yes" diff -r 2d6fd3bba3c2 -r 2d289d7ab961 tools/ioemu/target-i386-dm/Makefile --- a/tools...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all, this is the long awaited patch series to add xen device model support in qemu; the main author is Anthony Perard. Developing this series we tried to come up with the cleanest possible solution from the qemu point of view, limiting the amount of changes to common code as much as possible. The end result still requires a couple of hooks in piix_pci but overall the impact should be very