From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 4/5] move around definitions in kvm.h that do not require CPUState
Date: Thu, 1 Apr 2010 19:57:11 +0200 [thread overview]
Message-ID: <1270144632-25063-5-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1270144632-25063-1-git-send-email-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
kvm.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kvm.h b/kvm.h
index 4f77188..8bbd127 100644
--- a/kvm.h
+++ b/kvm.h
@@ -31,6 +31,10 @@ struct kvm_run;
int kvm_init(int smp_cpus);
+int kvm_has_sync_mmu(void);
+int kvm_has_vcpu_events(void);
+int kvm_has_robust_singlestep(void);
+
#ifdef NEED_CPU_H
int kvm_init_vcpu(CPUState *env);
@@ -40,10 +44,6 @@ int kvm_cpu_exec(CPUState *env);
int kvm_log_start(target_phys_addr_t phys_addr, ram_addr_t size);
int kvm_log_stop(target_phys_addr_t phys_addr, ram_addr_t size);
-int kvm_has_sync_mmu(void);
-int kvm_has_vcpu_events(void);
-int kvm_has_robust_singlestep(void);
-
void kvm_setup_guest_memory(void *start, size_t size);
int kvm_coalesce_mmio_region(target_phys_addr_t start, ram_addr_t size);
--
1.6.6.1
next prev parent reply other threads:[~2010-04-01 17:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-01 17:57 [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 1/5] move socket_init to qemu-sockets.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 2/5] move two variable declarations out of vl.c Paolo Bonzini
2010-04-01 17:57 ` [Qemu-devel] [PATCH 3/5] move targphys.h and hw/poison.h inclusion to cpu-common.h Paolo Bonzini
2010-04-01 17:57 ` Paolo Bonzini [this message]
2010-04-01 17:57 ` [Qemu-devel] [PATCH 5/5] move balloon handling to balloon.c Paolo Bonzini
2010-04-09 17:11 ` [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1270144632-25063-5-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).