From: Alexander Graf <agraf@suse.de>
To: qemu-devel@nongnu.org
Cc: Blue Swirl <blauwirbel@gmail.com>,
qemu-ppc@nongnu.org, Aurelien Jarno <aurelien@aurel32.net>
Subject: [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07
Date: Mon, 7 Jan 2013 16:38:29 +0100 [thread overview]
Message-ID: <1357573140-8877-1-git-send-email-agraf@suse.de> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3481 bytes --]
Hi Blue / Aurelien,
This is my current patch queue for ppc. Please pull.
Alex
The following changes since commit 8e4a424b305e29dc0e454f52df3b35577f342975:
Blue Swirl (1):
Revert "virtio-pci: replace byte swap hack"
are available in the git repository at:
git://repo.or.cz/qemu/agraf.git ppc-for-upstream
Alexander Graf (3):
openpic: fix coding style issues
kvm: Update kernel headers
PPC: Bring EPR support closer to reality
Andreas Färber (2):
target-ppc: Slim conversion of model definitions to QOM subclasses
target-ppc: Error out for -cpu host on unknown PVR
Bharat Bhushan (2):
powerpc: linux header sync script includes epapr_hcalls.h
PPC: Reset qemu timers when guest reset
Samuel Seay (2):
PPC: fix segfault in signal handling code
PPC: linux-user: Calculate context pointer explicitly
Scott Wood (21):
openpic: symbolicize some magic numbers
openpic: remove pcsr (CPU sensitivity register)
openpic: support large vectors on FSL mpic
openpic: BRR1 is not a CPU-specific register.
openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
openpic: don't crash on a register access without a CPU context
openpic: fix debug prints
openpic: lower interrupt when reading the MSI register
ppc/booke: fix crit/mcheck/debug exceptions
openpic: make register names correspond better with hw docs
openpic: rework critical interrupt support
openpic: make ctpr signed
openpic/fsl: critical interrupts ignore mask before v4.1
openpic: always call IRQ_check from IRQ_get_next
Revert "openpic: Accelerate pending irq search"
openpic: use standard bitmap operations
openpic: add some bounds checking for IRQ numbers
openpic: fix sense and priority bits
openpic: IRQ_check: search the queue a word at a time
openpic: move IACK to its own function
openpic: fix CTPR and de-assertion of interrupts
Stuart Yoder (1):
PPC: KVM: set has-idle in guest device tree
hw/openpic.c | 1032 ++++++++++++++++++-----------
hw/ppc/e500.c | 8 +-
hw/ppc_booke.c | 13 +
linux-headers/asm-powerpc/epapr_hcalls.h | 98 +++
linux-headers/asm-powerpc/kvm.h | 86 +++
linux-headers/asm-powerpc/kvm_para.h | 13 +-
linux-headers/linux/kvm.h | 21 +-
linux-headers/linux/kvm_para.h | 6 +-
linux-headers/linux/vfio.h | 6 +-
linux-headers/linux/virtio_config.h | 6 +-
linux-headers/linux/virtio_ring.h | 6 +-
linux-user/signal.c | 6 +-
scripts/update-linux-headers.sh | 3 +
target-ppc/Makefile.objs | 4 +-
target-ppc/cpu-qom.h | 5 +
target-ppc/cpu.h | 8 +-
target-ppc/excp_helper.c | 35 +-
target-ppc/helper.c | 50 --
target-ppc/helper.h | 1 -
target-ppc/kvm.c | 77 ++-
target-ppc/kvm_ppc.h | 9 +-
target-ppc/mpic_helper.c | 35 -
target-ppc/translate_init.c | 352 +++++++----
23 files changed, 1225 insertions(+), 655 deletions(-)
create mode 100644 linux-headers/asm-powerpc/epapr_hcalls.h
delete mode 100644 target-ppc/helper.c
delete mode 100644 target-ppc/mpic_helper.c
next reply other threads:[~2013-01-07 15:39 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-07 15:38 Alexander Graf [this message]
2013-01-07 15:38 ` [Qemu-devel] [PATCH 01/31] openpic: symbolicize some magic numbers Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 02/31] openpic: remove pcsr (CPU sensitivity register) Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 03/31] openpic: support large vectors on FSL mpic Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 04/31] openpic: BRR1 is not a CPU-specific register Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 05/31] openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/ Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 06/31] openpic: don't crash on a register access without a CPU context Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 07/31] powerpc: linux header sync script includes epapr_hcalls.h Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 08/31] openpic: fix coding style issues Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 09/31] PPC: Reset qemu timers when guest reset Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 10/31] PPC: fix segfault in signal handling code Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 11/31] openpic: fix debug prints Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 12/31] openpic: lower interrupt when reading the MSI register Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 13/31] ppc/booke: fix crit/mcheck/debug exceptions Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 14/31] openpic: make register names correspond better with hw docs Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 15/31] openpic: rework critical interrupt support Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 16/31] openpic: make ctpr signed Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 17/31] openpic/fsl: critical interrupts ignore mask before v4.1 Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 18/31] openpic: always call IRQ_check from IRQ_get_next Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 19/31] Revert "openpic: Accelerate pending irq search" Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 20/31] openpic: use standard bitmap operations Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 21/31] openpic: add some bounds checking for IRQ numbers Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 22/31] openpic: fix sense and priority bits Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 23/31] openpic: IRQ_check: search the queue a word at a time Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 24/31] openpic: move IACK to its own function Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 25/31] openpic: fix CTPR and de-assertion of interrupts Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 26/31] kvm: Update kernel headers Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 27/31] PPC: KVM: set has-idle in guest device tree Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 28/31] PPC: Bring EPR support closer to reality Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 29/31] target-ppc: Slim conversion of model definitions to QOM subclasses Alexander Graf
2013-01-07 15:38 ` [Qemu-devel] [PATCH 30/31] target-ppc: Error out for -cpu host on unknown PVR Alexander Graf
2013-01-07 15:39 ` [Qemu-devel] [PATCH 31/31] PPC: linux-user: Calculate context pointer explicitly Alexander Graf
2013-01-07 16:21 ` [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07 Andreas Färber
2013-01-07 16:40 ` Alexander Graf
2013-01-08 8:54 ` Stefan Hajnoczi
2013-01-08 9:12 ` Alexander Graf
2013-01-08 15:49 ` Richard Henderson
2013-01-12 16:13 ` Blue Swirl
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=1357573140-8877-1-git-send-email-agraf@suse.de \
--to=agraf@suse.de \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--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).