Re: [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"

2015-07-30 Thread Stalley, Sean
Ping ping

> -Original Message-
> From: Stalley, Sean
> Sent: Wednesday, July 15, 2015 9:38 AM
> To: qemu-devel@nongnu.org; Michael S. Tsirkin (m...@redhat.com)
> Subject: RE: [PATCH v2 0/1] Add support for PCI Enhanced Allocation
> "BARs"
> 
> ping
> 
> > -Original Message-
> > From: Stalley, Sean
> > Sent: Wednesday, July 01, 2015 11:20 AM
> > To: qemu-devel@nongnu.org
> > Cc: m...@redhat.com; Stalley, Sean
> > Subject: [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
> >
> > Changes from v1:
> > - added a cover letter with a change log
> > - made spelling fixes throughout patch
> > - no longer add unnecessary whitespace
> > - removed brackets in return calls
> > - only add 1 PCI device parameter instead of 2
> > - don't add definitions to imported include/hw/pci/pci_regs.h
> >
> > Sean O. Stalley (1):
> >   Add support for PCI Enhanced Allocation "BARs"
> >
> >  hw/pci/Makefile.objs|   2 +-
> >  hw/pci/pci.c|  95 +--
> >  hw/pci/pci_ea.c | 202
> > 
> >  include/hw/pci/pci.h|   6 ++
> >  include/hw/pci/pci_ea.h |  42 ++
> >  include/qemu/typedefs.h |   1 +
> >  6 files changed, 324 insertions(+), 24 deletions(-)  create mode
> > 100644 hw/pci/pci_ea.c  create mode 100644 include/hw/pci/pci_ea.h
> >
> > --
> > 1.9.1




Re: [Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"

2015-07-15 Thread Stalley, Sean
ping

> -Original Message-
> From: Stalley, Sean
> Sent: Wednesday, July 01, 2015 11:20 AM
> To: qemu-devel@nongnu.org
> Cc: m...@redhat.com; Stalley, Sean
> Subject: [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"
> 
> Changes from v1:
>   - added a cover letter with a change log
>   - made spelling fixes throughout patch
>   - no longer add unnecessary whitespace
>   - removed brackets in return calls
>   - only add 1 PCI device parameter instead of 2
>   - don't add definitions to imported include/hw/pci/pci_regs.h
> 
> Sean O. Stalley (1):
>   Add support for PCI Enhanced Allocation "BARs"
> 
>  hw/pci/Makefile.objs|   2 +-
>  hw/pci/pci.c|  95 +--
>  hw/pci/pci_ea.c | 202
> 
>  include/hw/pci/pci.h|   6 ++
>  include/hw/pci/pci_ea.h |  42 ++
>  include/qemu/typedefs.h |   1 +
>  6 files changed, 324 insertions(+), 24 deletions(-)  create mode 100644
> hw/pci/pci_ea.c  create mode 100644 include/hw/pci/pci_ea.h
> 
> --
> 1.9.1




[Qemu-devel] [PATCH v2 0/1] Add support for PCI Enhanced Allocation "BARs"

2015-07-01 Thread Sean O. Stalley
Changes from v1:
- added a cover letter with a change log
- made spelling fixes throughout patch
- no longer add unnecessary whitespace
- removed brackets in return calls
- only add 1 PCI device parameter instead of 2
- don't add definitions to imported include/hw/pci/pci_regs.h

Sean O. Stalley (1):
  Add support for PCI Enhanced Allocation "BARs"

 hw/pci/Makefile.objs|   2 +-
 hw/pci/pci.c|  95 +--
 hw/pci/pci_ea.c | 202 
 include/hw/pci/pci.h|   6 ++
 include/hw/pci/pci_ea.h |  42 ++
 include/qemu/typedefs.h |   1 +
 6 files changed, 324 insertions(+), 24 deletions(-)
 create mode 100644 hw/pci/pci_ea.c
 create mode 100644 include/hw/pci/pci_ea.h

-- 
1.9.1