From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org, Anthony Liguori <anthony@codemonkey.ws>
Subject: [Qemu-devel] [PULL] Migration of misc devices
Date: Sun, 17 Apr 2011 22:08:34 +0200 [thread overview]
Message-ID: <m3zknomyil.fsf@neno.mitica> (raw)
The following changes since commit a0102082de4026833afbd2525e8a6320d1f92885:
usb: fix spelling errors in usb-linux.c (2011-04-16 12:24:28 +0100)
are available in the git repository at:
git://repo.or.cz/qemu/quintela.git vmstate-misc-devices-v2
Juan Quintela (45):
vmstate: port adb_kbd
vmstate: port adb_mouse
vmstate: port ads7846
vmstate: port m48t59
vmstate: port mipsnet
vmstate: port arm sp804
vmstate: port arm_timer
vmstate: port sysborg_timer
vmstate: port pmtimer
vmstate: port syborg_rtc
vmstate: port pxa2xx_keypad
vmstate: port pl011
vmstate: port armv7m nvic
vmstate: port stellaris i2c
vmstate: port stellaris ssi bus
vmstate: port stellaris sys
vmstate: port pl022 ssp
vmstate: port heathrow_pic
vmstate: port cuda
vmstate: port stellaris gptm
vmstate: port pxa2xx_i2s
vmstate: port pxa2xx_cm
vmstate: port pxa2xx_mm
vmstate: port pxa2xx_pm
vmstate: port ppce500_pci
vmstate: port ppc4xx_pci
vmstate: port syborg_pointer
vmstate: port stellaris_adc
vmstate: port syborg_serial
vmstate: port syborg_keyboard
vmstate: port stellaris gamepad
vmstate: stellaris use unused for placeholder entries
pxa2xx_lcd: name anonymous struct
pxa2xx_lcd: up field is used as a bool and migrated as an uint8_t
vmstate: port pxa2xx_lcd
max111x: input field is only used as uint8_t
vmstate: port max111x
nand: pin values are uint8_t
vmstate: port nand
mac_nvram: size is a size, no need to be a target dependent type
vmstate: port mac_nvram
piix4: create PIIX4State
vmstate: port piix4
mac_dbdma: create DBDMAState instead of passing one array around
vmstate: port mac_dbdma
hw/adb.c | 83 +++++---------
hw/ads7846.c | 41 +++----
hw/arm_timer.c | 66 ++++-------
hw/armv7m_nvic.c | 39 ++----
hw/cuda.c | 116 +++++++-----------
hw/flash.h | 4 +-
hw/heathrow_pic.c | 62 ++++------
hw/hw.h | 17 ++-
hw/m48t59.c | 36 ++----
hw/mac_dbdma.c | 83 +++++++------
hw/mac_nvram.c | 32 ++---
hw/max111x.c | 51 +++-----
hw/mipsnet.c | 53 +++------
hw/nand.c | 79 +++++++------
hw/piix4.c | 44 ++++----
hw/pl011.c | 76 ++++--------
hw/pl022.c | 84 ++++++--------
hw/ppc4xx_pci.c | 80 ++++++-------
hw/ppce500_pci.c | 87 ++++++--------
hw/ptimer.c | 59 +++-------
hw/pxa2xx.c | 158 +++++++++----------------
hw/pxa2xx_keypad.c | 53 +++------
hw/pxa2xx_lcd.c | 138 +++++++++-------------
hw/stellaris.c | 323 +++++++++++++++++---------------------------------
hw/stellaris_input.c | 50 ++++----
hw/syborg_keyboard.c | 57 +++------
hw/syborg_pointer.c | 73 +++++-------
hw/syborg_rtc.c | 34 ++----
hw/syborg_serial.c | 60 +++-------
hw/syborg_timer.c | 46 +++-----
qemu-timer.h | 2 -
31 files changed, 854 insertions(+), 1332 deletions(-)
next reply other threads:[~2011-04-17 20:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-17 20:08 Juan Quintela [this message]
2011-04-18 15:12 ` [Qemu-devel] [PULL] Migration of misc devices Anthony Liguori
2011-04-18 15:36 ` Jan Kiszka
2011-04-18 15:44 ` Anthony Liguori
2011-04-18 15:54 ` Jan Kiszka
2011-04-18 16:42 ` 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=m3zknomyil.fsf@neno.mitica \
--to=quintela@redhat.com \
--cc=anthony@codemonkey.ws \
--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.