From: "Richard W.M. Jones" <rjones@redhat.com>
To: Juan Quintela <quintela@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 3/6] wdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h
Date: Thu, 15 Oct 2009 09:40:25 +0100 [thread overview]
Message-ID: <20091015084025.GD24800@amd.home.annexia.org> (raw)
In-Reply-To: <ec4b260cf0485e56d4a76ba3ee64098bb93fe2a5.1255563370.git.quintela@redhat.com>
On Thu, Oct 15, 2009 at 01:39:59AM +0200, Juan Quintela wrote:
>
> Signed-off-by: Juan Quintela <quintela@redhat.com>
> ---
> hw/pci_ids.h | 1 +
> hw/wdt_i6300esb.c | 4 ----
> 2 files changed, 1 insertions(+), 4 deletions(-)
>
> diff --git a/hw/pci_ids.h b/hw/pci_ids.h
> index 3afe674..63379c2 100644
> --- a/hw/pci_ids.h
> +++ b/hw/pci_ids.h
> @@ -88,6 +88,7 @@
> #define PCI_VENDOR_ID_INTEL 0x8086
> #define PCI_DEVICE_ID_INTEL_82441 0x1237
> #define PCI_DEVICE_ID_INTEL_82801AA_5 0x2415
> +#define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab
> #define PCI_DEVICE_ID_INTEL_82371SB_0 0x7000
> #define PCI_DEVICE_ID_INTEL_82371SB_1 0x7010
> #define PCI_DEVICE_ID_INTEL_82371SB_2 0x7020
> diff --git a/hw/wdt_i6300esb.c b/hw/wdt_i6300esb.c
> index 3d920ea..40081ca 100644
> --- a/hw/wdt_i6300esb.c
> +++ b/hw/wdt_i6300esb.c
> @@ -36,10 +36,6 @@
> #define i6300esb_debug(fs,...)
> #endif
>
> -#ifndef PCI_DEVICE_ID_INTEL_ESB_9
> -#define PCI_DEVICE_ID_INTEL_ESB_9 0x25ab
> -#endif
> -
> /* PCI configuration registers */
> #define ESB_CONFIG_REG 0x60 /* Config register */
> #define ESB_LOCK_REG 0x68 /* WDT lock register */
> --
> 1.6.2.5
Ah ha, yes, I was looking for the proper place to put that define
(I thought it was in a Linux / system header file).
ACK.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
next prev parent reply other threads:[~2009-10-15 8:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-14 23:39 [Qemu-devel] [PATCH 0/6] Port of watchdogs to vmstate Juan Quintela
2009-10-14 23:39 ` [Qemu-devel] [PATCH 1/6] wdt_i6300esb: port " Juan Quintela
2009-10-15 8:39 ` [Qemu-devel] " Richard W.M. Jones
2009-10-14 23:39 ` [Qemu-devel] [PATCH 2/6] wdt_i6300esb: remove useless casts from void * Juan Quintela
2009-10-15 8:39 ` [Qemu-devel] " Richard W.M. Jones
2009-10-14 23:39 ` [Qemu-devel] [PATCH 3/6] wdt_i6300esb: move PCI_DEVICE_IDE_INTEL_ESB_9 to pci_ids.h Juan Quintela
2009-10-15 8:40 ` Richard W.M. Jones [this message]
2009-10-14 23:40 ` [Qemu-devel] [PATCH 4/6] ib700: Introduce IB700State Juan Quintela
2009-10-15 8:41 ` [Qemu-devel] " Richard W.M. Jones
2009-10-14 23:40 ` [Qemu-devel] [PATCH 5/6] ib700: move timer to IB700State Juan Quintela
2009-10-15 8:42 ` [Qemu-devel] " Richard W.M. Jones
2009-10-14 23:40 ` [Qemu-devel] [PATCH 6/6] ib700: port to vmstate Juan Quintela
2009-10-15 8:43 ` [Qemu-devel] " Richard W.M. Jones
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=20091015084025.GD24800@amd.home.annexia.org \
--to=rjones@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.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 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).