All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] pc: inform SeaBIOS where 64-bit PCI hole start and PCI mappings cleanup
@ 2013-10-16  8:49 Igor Mammedov
  2013-10-16  8:49 ` [Qemu-devel] [PATCH 1/4] pc: sanitize i440fx_init() arguments Igor Mammedov
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Igor Mammedov @ 2013-10-16  8:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: mst, armbru, blauwirbel, kraxel, aliguori, pbonzini, afaerber

* simplify PCI address space mapping into system address space,
  replacing code duplication in piix/q53 PCs with helper function
* add fw_cfg 'etc/pcimem64-minimum-address' to allow QEMU reserve
  additional address space before 64-bit PCI hole. Which will be
  need for resevinig memory hotplug region in highmem.

SeaBIOS counterpart: http://patchwork.ozlabs.org/patch/283623/

Igor Mammedov (4):
  pc: sanitize i440fx_init() arguments
  pc: consolidate mapping of PCI address space into system address
    space
  fw_cfg: make cast macro available to world
  pc: add 'etc/pcimem64-minimum-address' fw_cfg interface to SeaBIOS

 hw/i386/pc.c              |   47 +++++++++++++++++++++++++++++++++-----------
 hw/i386/pc_piix.c         |    5 +--
 hw/nvram/fw_cfg.c         |    4 ---
 hw/pci-host/piix.c        |   34 +++++++++++---------------------
 hw/pci-host/q35.c         |   30 +++++++++-------------------
 include/hw/i386/pc.h      |   22 +++++++-------------
 include/hw/nvram/fw_cfg.h |    7 ++++++
 7 files changed, 74 insertions(+), 75 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-10-29 11:47 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-16  8:49 [Qemu-devel] [PATCH 0/4] pc: inform SeaBIOS where 64-bit PCI hole start and PCI mappings cleanup Igor Mammedov
2013-10-16  8:49 ` [Qemu-devel] [PATCH 1/4] pc: sanitize i440fx_init() arguments Igor Mammedov
2013-10-16  8:49 ` [Qemu-devel] [PATCH 2/4] pc: consolidate mapping of PCI address space into system address space Igor Mammedov
2013-10-16  8:49 ` [Qemu-devel] [PATCH 3/4] fw_cfg: make cast macro available to world Igor Mammedov
2013-10-16  8:49 ` [Qemu-devel] [PATCH 4/4] pc: add 'etc/pcimem64-minimum-address' fw_cfg interface to SeaBIOS Igor Mammedov
2013-10-16  9:27   ` Michael S. Tsirkin
2013-10-16  9:29   ` Michael S. Tsirkin
2013-10-16 12:19     ` Igor Mammedov
2013-10-16 13:42       ` Michael S. Tsirkin
2013-10-16  9:20 ` [Qemu-devel] [PATCH 0/4] pc: inform SeaBIOS where 64-bit PCI hole start and PCI mappings cleanup Michael S. Tsirkin
2013-10-29 10:08   ` Igor Mammedov
2013-10-29 10:22     ` Michael S. Tsirkin
2013-10-29 11:17       ` Igor Mammedov
2013-10-29 11:49     ` Michael S. Tsirkin

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.