[Qemu-devel] [PATCH v2 0/2] Move hvf_cpu_synchronize* calls to cpu_synchronize* functions

Sukrit Bhatnagar posted 2 patches 5 years ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190327115416.17353-1-skrtbhtngr@gmail.com
Maintainers: Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>
cpus.c                    | 12 ------------
include/sysemu/hvf.h      |  4 ++++
include/sysemu/hw_accel.h | 10 ++++++++++
3 files changed, 14 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH v2 0/2] Move hvf_cpu_synchronize* calls to cpu_synchronize* functions
Posted by Sukrit Bhatnagar 5 years ago
Changes made in v2:
- added a patch to declare hvf_handle_io only if NEED_CPU_H
  is defined so that the poisoned type CPUArchState does not
  produce an error when include/sysemu/hvf.h is included for
  common object compilation

Link to v1:
https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg06902.html

Sukrit Bhatnagar (2):
  hvf: declare hvf_handle_io if NEED_CPU_H is defined
  cpus: move hvf_cpu_synchronize* calls to cpu_synchronize* functions

 cpus.c                    | 12 ------------
 include/sysemu/hvf.h      |  4 ++++
 include/sysemu/hw_accel.h | 10 ++++++++++
 3 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.20.1