Re: [Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak

2014-01-24 Thread Wei Liu
On Fri, Jan 24, 2014 at 08:38:19AM +0100, Paolo Bonzini wrote: > Il 23/01/2014 23:16, Wei Liu ha scritto: > >-echo "CONFIG_XEN_PCI_PASSTHROUGH=y" >> "$config_target_mak" > >+if test "$target_name" != "xenpv"; then > >+echo "CONFIG_XEN_I386=y" >> $config_target_mak > >+if

Re: [Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak

2014-01-23 Thread Paolo Bonzini
Il 23/01/2014 23:16, Wei Liu ha scritto: -echo "CONFIG_XEN_PCI_PASSTHROUGH=y" >> "$config_target_mak" +if test "$target_name" != "xenpv"; then +echo "CONFIG_XEN_I386=y" >> $config_target_mak +if test "$xen_pci_passthrough" = yes; then +echo "CONFIG_XEN_PCI_

[Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak

2014-01-23 Thread Wei Liu
The modification to configure is rebased on Paolo's change. Signed-off-by: Wei Liu --- configure | 13 + default-configs/xenpv-softmmu.mak |2 ++ 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 default-configs/xenpv-softmmu.mak dif