From: Laszlo Ersek <lersek@redhat.com>
To: qemu-devel@nongnu.org, lersek@redhat.com
Cc: John Snow <jsnow@redhat.com>, Jan Tomko <jtomko@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/3] update CMOS for ISA-FDC with iobase=0x3f0
Date: Thu, 25 Jun 2015 15:35:04 +0200 [thread overview]
Message-ID: <1435239307-13369-1-git-send-email-lersek@redhat.com> (raw)
In v2 I address coding style comments I got from Markus for v1. No
functional changes (Jan tested v1, many thanks for that). Updates are
marked per patch.
Markus, can you please give your R-b for patch #2? I picked up all other
tags I received from John and you.
Cc: Jan Tomko <jtomko@redhat.com>
Cc: John Snow <jsnow@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Thanks
Laszlo
Laszlo Ersek (3):
hw/i386/pc: factor out pc_cmos_init_floppy()
hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS
hw/i386/pc: don't carry FDC from pc_basic_device_init() to
pc_cmos_init()
include/hw/i386/pc.h | 3 +-
hw/i386/pc.c | 129 ++++++++++++++++++++++++++++++++++++++-------------
hw/i386/pc_piix.c | 5 +-
hw/i386/pc_q35.c | 5 +-
4 files changed, 101 insertions(+), 41 deletions(-)
--
1.8.3.1
next reply other threads:[~2015-06-25 13:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-25 13:35 Laszlo Ersek [this message]
2015-06-25 13:35 ` [Qemu-devel] [PATCH v2 1/3] hw/i386/pc: factor out pc_cmos_init_floppy() Laszlo Ersek
2015-06-25 13:35 ` [Qemu-devel] [PATCH v2 2/3] hw/i386/pc: reflect any FDC @ ioport 0x3f0 in the CMOS Laszlo Ersek
2015-06-26 9:31 ` Markus Armbruster
2015-06-26 12:25 ` Laszlo Ersek
2015-06-26 18:50 ` John Snow
2015-06-26 19:09 ` Eduardo Habkost
2015-06-29 9:33 ` Markus Armbruster
2015-06-29 9:56 ` Michael S. Tsirkin
2015-07-06 21:58 ` Laszlo Ersek
2015-06-29 9:55 ` Michael S. Tsirkin
2015-06-25 13:35 ` [Qemu-devel] [PATCH v2 3/3] hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init() Laszlo Ersek
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=1435239307-13369-1-git-send-email-lersek@redhat.com \
--to=lersek@redhat.com \
--cc=armbru@redhat.com \
--cc=jsnow@redhat.com \
--cc=jtomko@redhat.com \
--cc=pbonzini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).