From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QodCe-0005PX-Ln for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QodCd-0006aB-CD for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:17:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QodCd-0006YO-59 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 11:17:47 -0400 From: Luiz Capitulino Date: Wed, 3 Aug 2011 12:17:16 -0300 Message-Id: <1312384643-581-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/7]: Introduce the QemuState type List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com, amit.shah@redhat.com, aliguori@us.ibm.com, jan.kiszka@web.de, avi@redhat.com It replaces the VMSTOP macros and allows us to drop some global variables. Also, the problem with issuing 'cont' when the VM is in bad state is addressed, and we make the current state available in QMP. audio/audio.c | 2 +- cpus.c | 26 +++++++++++-------- cpus.h | 1 - gdbstub.c | 34 +++++++++++++------------- hw/etraxfs_dma.c | 2 +- hw/ide/ahci.c | 2 +- hw/ide/core.c | 4 +- hw/ide/internal.h | 3 +- hw/ide/pci.c | 2 +- hw/kvmclock.c | 5 ++- hw/qxl.c | 3 +- hw/scsi-disk.c | 4 +- hw/virtio-blk.c | 5 ++- hw/virtio.c | 4 +- hw/watchdog.c | 2 +- kvm-all.c | 2 +- migration.c | 14 +++++++---- monitor.c | 19 ++++++++++---- qemu-timer.c | 11 ++++---- qerror.c | 4 +++ qerror.h | 3 ++ qmp-commands.hx | 21 +++++++++++++++- savevm.c | 8 +++--- sysemu.h | 42 +++++++++++++++++++++---------- target-i386/kvm.c | 4 +- ui/sdl.c | 6 ++-- ui/spice-display.c | 3 +- vl.c | 68 +++++++++++++++++++++++++++++++++++++++++++-------- xen-all.c | 8 ++++-- 29 files changed, 210 insertions(+), 102 deletions(-)