Displaying 12 results from an estimated 12 matches for "default_write_config".
2009 May 25
0
[PATCH 00/11] qemu: MSI-X support
...es to help MSI-X
go in through QEMU - could you please comment or commit?
This patchset adds generic support for MSI-X, adds implementation in
APIC, and uses MSI-X in virtio-net. At Paul's suggestion, I use stl_phy
to decouple APIC and MSI-X implementation.
This is on top of 'PATCHv2 make default_write_config use mask table'
that I posted previously. I have included that patch here
for completeness.
--
MST
Michael S. Tsirkin (11):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for...
2009 May 25
0
[PATCH 00/11] qemu: MSI-X support
...es to help MSI-X
go in through QEMU - could you please comment or commit?
This patchset adds generic support for MSI-X, adds implementation in
APIC, and uses MSI-X in virtio-net. At Paul's suggestion, I use stl_phy
to decouple APIC and MSI-X implementation.
This is on top of 'PATCHv2 make default_write_config use mask table'
that I posted previously. I have included that patch here
for completeness.
--
MST
Michael S. Tsirkin (11):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for...
2009 Jun 02
0
[PATCHv2 00/13] qemu: MSI-X support
...for MSI-X, adds implementation in
APIC, and uses MSI-X in virtio-net. At Paul's suggestion, I use stl_phy
to decouple APIC and MSI-X implementation.
This uses the mask table patch that I posted previously, and which is
now included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access.
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for res...
2009 Jun 05
0
[PATCHv3 00/13] qemu: MSI-X support
...table patch that I posted previously, and which is
now included in the series.
--
MST
Changelog:
v3:
mask->wmask rename
Removed an unused struct definition.
v2.
Incorporated a minor fix pointed out by Isaku Yamahata.
v1.
First working version.
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access.
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for res...
2009 Jun 10
0
[PATCHv4 00/13] qemu: MSI-X support
...rename mask -> wmask to avoid conflict with work by Yamahata
- since v1
At Paul's suggestion, use stl_phy to decouple APIC and MSI-X implementation
This uses the mask table patch that I posted previously, and which is
included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for resi...
2009 Jun 18
0
[PREFIXv5 00/13] qemu: MSI-X support
...rename mask -> wmask to avoid conflict with work by Yamahata
- since v1
At Paul's suggestion, use stl_phy to decouple APIC and MSI-X implementation
This uses the mask table patch that I posted previously, and which is
included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for resi...
2009 Jun 02
0
[PATCHv2 00/13] qemu: MSI-X support
...for MSI-X, adds implementation in
APIC, and uses MSI-X in virtio-net. At Paul's suggestion, I use stl_phy
to decouple APIC and MSI-X implementation.
This uses the mask table patch that I posted previously, and which is
now included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access.
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for res...
2009 Jun 05
0
[PATCHv3 00/13] qemu: MSI-X support
...table patch that I posted previously, and which is
now included in the series.
--
MST
Changelog:
v3:
mask->wmask rename
Removed an unused struct definition.
v2.
Incorporated a minor fix pointed out by Isaku Yamahata.
v1.
First working version.
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access.
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for res...
2009 Jun 10
0
[PATCHv4 00/13] qemu: MSI-X support
...rename mask -> wmask to avoid conflict with work by Yamahata
- since v1
At Paul's suggestion, use stl_phy to decouple APIC and MSI-X implementation
This uses the mask table patch that I posted previously, and which is
included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for resi...
2009 Jun 18
0
[PREFIXv5 00/13] qemu: MSI-X support
...rename mask -> wmask to avoid conflict with work by Yamahata
- since v1
At Paul's suggestion, use stl_phy to decouple APIC and MSI-X implementation
This uses the mask table patch that I posted previously, and which is
included in the series.
--
MST
Michael S. Tsirkin (13):
qemu: make default_write_config use mask table
qemu: capability bits in pci save/restore
qemu: add routines to manage PCI capabilities
qemu: helper routines for pci access
qemu: MSI-X support functions
qemu: add flag to disable MSI-X by default
qemu: minimal MSI/MSI-X implementation for PC
qemu: add support for resi...
2009 Jun 21
1
[PATCHv6 00/12] qemu: MSI-X support
...mplementation
This uses the mask table patch that I posted previously, and which is
included in the series. That patch has been slightly updated due
to mask -> wmask rename. Isaku Yamahata, maybe you want to
update your patch series with that.
--
MST
Michael S. Tsirkin (12):
qemu/pci: make default_write_config use mask table
qemu/pci: helper routines for pci access
qemu/pci: add routines to manage PCI capabilities
qemu/pci: check constant registers on load
qemu/pci: MSI-X support functions
qemu/apic: minimal MSI/MSI-X implementation for PC
qemu/virtio: virtio support for many interrupt vector...
2009 Jun 21
1
[PATCHv6 00/12] qemu: MSI-X support
...mplementation
This uses the mask table patch that I posted previously, and which is
included in the series. That patch has been slightly updated due
to mask -> wmask rename. Isaku Yamahata, maybe you want to
update your patch series with that.
--
MST
Michael S. Tsirkin (12):
qemu/pci: make default_write_config use mask table
qemu/pci: helper routines for pci access
qemu/pci: add routines to manage PCI capabilities
qemu/pci: check constant registers on load
qemu/pci: MSI-X support functions
qemu/apic: minimal MSI/MSI-X implementation for PC
qemu/virtio: virtio support for many interrupt vector...