Re: [Qemu-devel] [PATCH] msix: Use replace local defines with pci_regs versions

2011-06-09 Thread Michael S. Tsirkin
On Thu, Jun 09, 2011 at 09:39:56AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > This also cleans up an open-coded 64-bit message address readout. > > Signed-off-by: Jan Kiszka Thanks, applied. > --- > > Depends on the pci_regs.h update. > > hw/msix.c | 40 +++--

[Qemu-devel] [PATCH] msix: Use replace local defines with pci_regs versions

2011-06-09 Thread Jan Kiszka
From: Jan Kiszka This also cleans up an open-coded 64-bit message address readout. Signed-off-by: Jan Kiszka --- Depends on the pci_regs.h update. hw/msix.c | 40 +++- 1 files changed, 15 insertions(+), 25 deletions(-) diff --git a/hw/msix.c b/hw/msix.c