From: Gerd Hoffmann <kraxel@redhat.com>
To: Juan Quintela <quintela@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Remove unneded ac97 indirection accessing its state
Date: Fri, 21 Aug 2009 14:16:17 +0200 [thread overview]
Message-ID: <4A8E9011.7020306@redhat.com> (raw)
In-Reply-To: <1250855769-24590-1-git-send-email-quintela@redhat.com>
> typedef struct AC97LinkState {
> - PCIDevice *pci_dev;
> + PCIDevice dev;
> QEMUSoundCard card;
> uint32_t glob_cnt;
> uint32_t glob_sta;
> -typedef struct PCIAC97LinkState {
> - PCIDevice dev;
> - AC97LinkState ac97;
> -} PCIAC97LinkState;
Nice cleanup.
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
cheers,
Gerd
prev parent reply other threads:[~2009-08-21 12:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-21 11:56 [Qemu-devel] [PATCH] Remove unneded ac97 indirection accessing its state Juan Quintela
2009-08-21 12:16 ` Gerd Hoffmann [this message]
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=4A8E9011.7020306@redhat.com \
--to=kraxel@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 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.