summaryrefslogtreecommitdiffstats
path: root/vl.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2013-06-04 14:58:58 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2013-06-04 14:58:58 -0500
commit8819c10b5d55d537d59a0ffd5d623f348fc36c47 (patch)
tree21bc8ae625e1622834c3f0bf14da12c167619167 /vl.c
parenta3416197447e7846a927b6ccb4f1edb3a1982443 (diff)
parent9cdf79d068f52f7de347cb45cfd8903519410e4d (diff)
downloadhqemu-8819c10b5d55d537d59a0ffd5d623f348fc36c47.zip
hqemu-8819c10b5d55d537d59a0ffd5d623f348fc36c47.tar.gz
Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging
* sstabellini/xen_fixes_20130603: xen: use pc_init_pci instead of pc_init_pci_no_kvmclock xen: remove xen_vcpu_init xen: start PCI hole at 0xe0000000 (same as pc_init1 and qemu-xen-traditional) xen_machine_pv: do not create a dummy CPU in machine->init main_loop: do not set nonblocking if xen_enabled() xen: simplify xen_enabled Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index 510d2c2..47ab45d 100644
--- a/vl.c
+++ b/vl.c
@@ -2022,7 +2022,7 @@ static void main_loop(void)
int64_t ti;
#endif
do {
- nonblocking = !kvm_enabled() && last_io > 0;
+ nonblocking = !kvm_enabled() && !xen_enabled() && last_io > 0;
#ifdef CONFIG_PROFILER
ti = profile_getclock();
#endif
OpenPOWER on IntegriCloud