All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 00/16] Port rest of vga devices to vmstate
Date: Wed, 14 Oct 2009 19:34:51 +0200	[thread overview]
Message-ID: <cover.1255541443.git.quintela@redhat.com> (raw)

This series:
- port vga and related devices to vmstate
- port vmware_vga to vmstate
- cleans quite a bit vmware_vga
  * removed !EMBED_STDVGA
  * reove useless casts
  * pass right value to graphic_console_init
- Add VMSTATE_UInT32_VARRAY

Later, Juan.

Juan Quintela (16):
  vga: create is_vbe_vmstate field
  vmstate: Add support for partial buffers transmission
  vga: port vga_common_save/load to vmstate
  vga: port vga-isa-mm to vmstate
  vga: port vga-isa to vmstate
  vga: port vmware std vga to vmstate
  vga: port vga-pci to vmstate
  vga: remove unused vga_common_save/load
  vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState
  vmware_vga: Remove uselss casts from void *
  vmware_vga: qemu_malloc() returns void *
  vmware_vga: remove !EMBED_STDVGA code
  vmstate: Add VMSTATE_UINT32_VARRAY support
  vmware_vga: scratch is really an array of uint32_t
  vmware_vga: the support to change dinamically depth is not there
  vmware_vga: port to vmstate

 hw/hw.h         |   16 +++++
 hw/vga-isa-mm.c |    2 +-
 hw/vga-isa.c    |    2 +-
 hw/vga-pci.c    |   34 ++++--------
 hw/vga.c        |  132 ++++++++++++++++----------------------------
 hw/vga_int.h    |    7 ++-
 hw/vmware_vga.c |  167 +++++++++++++++++++-----------------------------------
 7 files changed, 141 insertions(+), 219 deletions(-)

             reply	other threads:[~2009-10-14 17:35 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-14 17:34 Juan Quintela [this message]
2009-10-14 17:34 ` [Qemu-devel] [PATCH 01/16] vga: create is_vbe_vmstate field Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 02/16] vmstate: Add support for partial buffers transmission Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 03/16] vga: port vga_common_save/load to vmstate Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 04/16] vga: port vga-isa-mm " Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 05/16] vga: port vga-isa " Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 06/16] vga: port vmware std vga " Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 07/16] vga: port vga-pci " Juan Quintela
2009-10-14 17:34 ` [Qemu-devel] [PATCH 08/16] vga: remove unused vga_common_save/load Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 09/16] vmware_vga: Pass pci_vmsga_state_t arg no VGACommonState Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 10/16] vmware_vga: Remove uselss casts from void * Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 11/16] vmware_vga: qemu_malloc() returns " Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 12/16] vmware_vga: remove !EMBED_STDVGA code Juan Quintela
2009-10-14 18:15   ` andrzej zaborowski
2009-10-14 19:28     ` [Qemu-devel] " Juan Quintela
2009-10-14 19:42       ` andrzej zaborowski
2009-10-14 20:04         ` Juan Quintela
2009-10-21  2:23           ` andrzej zaborowski
2009-10-14 17:35 ` [Qemu-devel] [PATCH 13/16] vmstate: Add VMSTATE_UINT32_VARRAY support Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 14/16] vmware_vga: scratch is really an array of uint32_t Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 15/16] vmware_vga: the support to change dinamically depth is not there Juan Quintela
2009-10-14 17:35 ` [Qemu-devel] [PATCH 16/16] vmware_vga: port to vmstate Juan Quintela

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=cover.1255541443.git.quintela@redhat.com \
    --to=quintela@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.