From: zhlcindy@gmail.com
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: shangw@linux.vnet.ibm.com, benh@au1.ibm.com, afaerber@suse.de,
Li Zhang <zhlcindy@linux.vnet.ibm.com>,
agraf@suse.de
Subject: [Qemu-devel] [Qemu-ppc][PATCH v5 0/4] Add USB option and enable vga on spapr
Date: Mon, 2 Jul 2012 13:25:32 +0800 [thread overview]
Message-ID: <cover.1341204647.git.zhlcindy@linux.vnet.ibm.com> (raw)
From: Li Zhang <zhlcindy@linux.vnet.ibm.com>
v1 -> v2:
* Convert USB option from char to bool.
v2 -> v3:
* Remove global USB option
* Get USB option with qemu_opt_get_bool().
* Send vga patch for sPAPR which requires USB enabled.
v3 -> v4:
* Fix some English grammar and coding style faults
* Replace usb_on with add_usb to be more functional.
* Remove vga init functions' declearations from pc.h,
and add one new file vga-pci.h for the declearations.
* Cleanup pc.h on some platforms and add vga-pci.h
* Remove graphic devices which are not supported on sPAPR platform.
They will be added back when they are supported.
v4 -> v5:
* Correct several English words
* Add header file "qemu-comman.h" in vga-pci.h, which defines PCIBus
and DeviceState types.
Move #endif to the end of the vga-pci.h and remove the trailing
white line.
Benjamin Herrenschmidt (1):
spapr: Add support for -vga option
Li Zhang (3):
Add usb option in machine options
Add one new file vga-pci.h
Cleanup pc.h on other platforms
hw/alpha_pci.c | 1 +
hw/cirrus_vga.c | 2 +-
hw/mips_malta.c | 1 +
hw/pc.c | 1 +
hw/pc.h | 4 ----
hw/ppc_newworld.c | 2 +-
hw/ppc_oldworld.c | 2 +-
hw/ppc_prep.c | 1 +
hw/spapr.c | 40 +++++++++++++++++++++++++++++++++++++++-
hw/sun4u.c | 1 +
hw/vga-pci.c | 2 +-
hw/vga-pci.h | 13 +++++++++++++
qemu-config.c | 4 ++++
13 files changed, 65 insertions(+), 9 deletions(-)
create mode 100644 hw/vga-pci.h
--
1.7.9.5
next reply other threads:[~2012-07-02 5:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-02 5:25 zhlcindy [this message]
2012-07-02 5:25 ` [Qemu-devel] [Qemu-ppc][PATCH v5 1/4] Add usb option in machine options zhlcindy
2012-07-06 13:43 ` Alexander Graf
2012-07-06 15:58 ` Andreas Färber
2012-07-06 16:03 ` Alexander Graf
2012-07-06 16:08 ` Andreas Färber
2012-07-08 14:46 ` Li Zhang
2012-07-08 15:02 ` Alexander Graf
2012-07-08 15:15 ` Li Zhang
2012-07-08 14:21 ` Li Zhang
2012-07-08 14:45 ` Alexander Graf
2012-07-08 14:52 ` Li Zhang
2012-07-02 5:25 ` [Qemu-devel] [Qemu-ppc][PATCH v5 2/4] Add one new file vga-pci.h zhlcindy
2012-07-03 7:17 ` [Qemu-devel] [Qemu-ppc] [PATCH " Li Zhang
2012-07-02 5:25 ` [Qemu-devel] [Qemu-ppc][PATCH v5 3/4] Cleanup pc.h on other platforms zhlcindy
2012-07-02 5:25 ` [Qemu-devel] [Qemu-ppc][PATCH v5 4/4] spapr: Add support for -vga option zhlcindy
2012-07-06 13:50 ` Alexander Graf
2012-07-06 13:58 ` Andreas Färber
2012-07-08 15:08 ` Li Zhang
2012-07-08 21:54 ` Benjamin Herrenschmidt
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.1341204647.git.zhlcindy@linux.vnet.ibm.com \
--to=zhlcindy@gmail.com \
--cc=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=benh@au1.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=shangw@linux.vnet.ibm.com \
--cc=zhlcindy@linux.vnet.ibm.com \
/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.