qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: agraf@suse.de, afaerber@suse.de
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 00/22] sPAPR updates 2015-06-24
Date: Wed, 24 Jun 2015 16:50:38 +1000	[thread overview]
Message-ID: <20150624065038.GD10837@voom.redhat.com> (raw)
In-Reply-To: <1435127436-28560-1-git-send-email-david@gibson.dropbear.id.au>

[-- Attachment #1: Type: text/plain, Size: 1106 bytes --]

On Wed, Jun 24, 2015 at 04:30:14PM +1000, David Gibson wrote:
> Hi Alex,
> 
> Here are my accumulated spapr related qemu updates for the last little
> while.  Highlights are a SLOF update and changes to move PCI device
> node creation from SLOF into qemu (using the same code paths as for
> hotplug).  This also has some preliminaries for CPU and memory hotplug
> on -machine pseries, but the actual code for those is still on the
> way.
> 
> These are based against mainline master, not ppc-next, since mainline
> is a fast-forward of the latest ppc-next that I can see.
> 
> I've done a compile and "make check" on x86, ppc64 and ppc64le hosts,
> plus a basic sanity check of booting an LE guest.

I should clarify.  On a ppc64 (but not ppc64le) host I get make check
failures in check-qtest-i386 and check-qtest-x86_64, however, it looks
like the same failures exist in current mainline.

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]

      parent reply	other threads:[~2015-06-24  6:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-24  6:30 [Qemu-devel] [PATCH 00/22] sPAPR updates 2015-06-24 David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 01/22] spapr: ensure we have at least one XICS server David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 02/22] pseries: Update SLOF firmware image to qemu-slof-20150429 David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 03/22] spapr: Merge sPAPREnvironment into sPAPRMachineState David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 04/22] spapr: Remove obsolete ram_limit field from sPAPRMachineState David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 05/22] spapr: Remove obsolete entry_point " David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 06/22] spapr: Add sPAPRMachineClass David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 07/22] spapr_pci: encode missing 64-bit memory address space David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 08/22] spapr_pci: encode class code including Prog IF register David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 09/22] spapr_pci: set device node unit address as hex David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 10/22] spapr_iommu: drop erroneous check in h_put_tce_indirect() David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 11/22] spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlags David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 12/22] Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_iter_*)" David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 13/22] spapr: Consider max_cpus during xics initialization David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 14/22] spapr: Support ibm, lrdr-capacity device tree property David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 15/22] cpus: Add a macro to walk CPUs in reverse David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 16/22] spapr: Reorganize CPU dt generation code David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 17/22] spapr: Consolidate cpu init code into a routine David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 18/22] ppc: Update cpu_model in MachineState David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 19/22] xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabled David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 20/22] spapr_pci: enumerate and add PCI device tree David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 21/22] spapr_pci: populate ibm,loc-code David Gibson
2015-06-24  6:30 ` [Qemu-devel] [PATCH 22/22] spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dt David Gibson
2015-06-24  6:50 ` David Gibson [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=20150624065038.GD10837@voom.redhat.com \
    --to=david@gibson.dropbear.id.au \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).