mbox

[PULL,0/6] acpi,pc,test bug fixes

Message ID 1394537675-30618-1-git-send-email-mst@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

Message

Michael S. Tsirkin March 11, 2014, 12:32 p.m. UTC
The following changes since commit 220c8ed536491315b4040d820328b8dfd60d67a7:

  qemu: x86: ignore ioapic polarity (2014-03-09 21:09:38 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 13f65b2e1073cf7e2c8fb3880c77d8a53fa2f95e:

  acpi-test: update expected SSDT files (2014-03-11 13:27:27 +0200)

----------------------------------------------------------------
acpi,pc,test bug fixes

More small fixes: the issues annoy developers so
I thought they are worth fixing quickly.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
BALATON Zoltan (1):
      q35: Correct typo BRDIGE -> BRIDGE

Michael S. Tsirkin (5):
      loader: rename in_ram/has_mr
      pc: avoid duplicate names for ROM MRs
      configure: don't modify .status on error
      acpi-build: don't access unaligned addresses
      acpi-test: update expected SSDT files

 configure                     |  27 ++++++++++++++-------------
 include/hw/i386/ich9.h        |   2 +-
 include/hw/loader.h           |   8 +++++---
 include/hw/pci-host/q35.h     |  24 ++++++++++++------------
 hw/core/loader.c              |  14 ++++++++------
 hw/i386/acpi-build.c          |  31 ++++++++++++++++---------------
 hw/i386/pc_piix.c             |   3 ++-
 hw/i386/pc_q35.c              |   3 ++-
 hw/pci-host/q35.c             |  10 +++++-----
 tests/acpi-test-data/pc/SSDT  | Bin 2275 -> 2363 bytes
 tests/acpi-test-data/q35/SSDT | Bin 564 -> 652 bytes
 11 files changed, 65 insertions(+), 57 deletions(-)

Comments

Michael S. Tsirkin March 11, 2014, 12:32 p.m. UTC | #1
SSDT doesn't have _SUN for non hotpluggable slots
anymore.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
 tests/acpi-test-data/pc/SSDT  | Bin 2275 -> 2363 bytes
 tests/acpi-test-data/q35/SSDT | Bin 564 -> 652 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/tests/acpi-test-data/pc/SSDT b/tests/acpi-test-data/pc/SSDT
index c1a4589db0db12289a4f367d2e1f377c9cb8aa2f..ae5a9a57d63c5bdc72b1a16c3ce36a9516143fbb 100644
GIT binary patch
delta 184
zcmaDXxLb%TIM^k`nv;Qnk#!?iBqMi6Ekk^;Q+#x@2lwPW#(*@Ac<0~{AqO@VE@mM)
z7C{j%!6qJtdIkijWMJfe!3;z~vM^~zMg|54s0yGo7ZdjvMuaS?W-cZ!4X%{Q`xxa^
sJo5vbJq<XVf?a(WqMP`G4GiKr;vHRrctA!)H)#bM8pLnrW4g))0L0@UN&o-=

delta 121
zcmdlj^jMH9IM^lRF$V(!<I0U(k&N686%6sgPVv#rPOOvj7y|-Cg#1F>BAFI&PtM?C
zXmbuQFv#R^4)FIAa$#U(6mTyHaP~Cda0+(yVTf)L3pOx_=ZFsu_2XjTh<9`e;$Z-S
R=qAHpLzp<z<}{|OYyhyP9+Ln7

diff --git a/tests/acpi-test-data/q35/SSDT b/tests/acpi-test-data/q35/SSDT
index 9915dbe5b1cb7708d439ce30396936d78f9ec827..634b4817fcf849de26442c28f92f5f2c07dd4364 100644
GIT binary patch
delta 177
zcmdnO(!<IX9PAR(!^FVAICmpgBqMjH5JP;hQ+#x@2lwPW#(*@Ac<0~{AqO@VE@mM)
z7C{j%!6qJtdIkijWMJfe!3;z~vM^~zMg|54s0yGo7ZdjvMuaS?W-cZ!4X%{Q`xxcq
lyjTL9Jq@Cp_=61$;yL0SU4nQ(hD0}M1shnzPv&6K0RY{C9o_%{

delta 114
zcmeBS-NM2Z9PAQe!o<M9=(v$9l99WSmmxmbDL%T{iFI-wV}O^4kY9*fB+~-!$r)S>
zZO#D(2ALer0sekME)0x}0v@aZ&YlL*O=7_Y2Jsy6!J&R!3>@)}E<rpDKoH$z7;Inx
L6=$5Bz@!5J1jZUC
Peter Maydell March 12, 2014, 10:49 a.m. UTC | #2
On 11 March 2014 12:32, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 220c8ed536491315b4040d820328b8dfd60d67a7:
>
>   qemu: x86: ignore ioapic polarity (2014-03-09 21:09:38 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 13f65b2e1073cf7e2c8fb3880c77d8a53fa2f95e:
>
>   acpi-test: update expected SSDT files (2014-03-11 13:27:27 +0200)

Applied, thanks.

-- PMM