* [Qemu-devel] [PULL] acpi: minor fix
@ 2016-03-15 21:27 Michael S. Tsirkin
2016-03-15 21:27 ` [Qemu-devel] [PULL] acpi-test: update UID for GSI links Michael S. Tsirkin
2016-03-16 10:08 ` [Qemu-devel] [PULL] acpi: minor fix Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2016-03-15 21:27 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Maydell
The following changes since commit 6a991e07bb8eeb7d7799a949c0528dffb84b2a98:
hw/acpi: fix GSI links UID (2016-03-15 16:16:57 +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 3ba6a710e6ca1fb52cfdb38f39268e5c6e380ef9:
acpi-test: update UID for GSI links (2016-03-15 23:25:52 +0200)
----------------------------------------------------------------
acpi: minor fix
Since previous pull acpi test triggers warnings,
fix it up.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Michael S. Tsirkin (1):
acpi-test: update UID for GSI links
tests/acpi-test-data/q35/DSDT | Bin 8349 -> 8357 bytes
tests/acpi-test-data/q35/DSDT.bridge | Bin 8366 -> 8374 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL] acpi-test: update UID for GSI links
2016-03-15 21:27 [Qemu-devel] [PULL] acpi: minor fix Michael S. Tsirkin
@ 2016-03-15 21:27 ` Michael S. Tsirkin
2016-03-16 10:08 ` [Qemu-devel] [PULL] acpi: minor fix Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Michael S. Tsirkin @ 2016-03-15 21:27 UTC (permalink / raw)
To: qemu-devel; +Cc: Peter Maydell
Update acpi test data to match
commit 6a991e07bb8eeb7d7799a949c0528dffb84b2a98
("hw/acpi: fix GSI links UID").
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
tests/acpi-test-data/q35/DSDT | Bin 8349 -> 8357 bytes
tests/acpi-test-data/q35/DSDT.bridge | Bin 8366 -> 8374 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/tests/acpi-test-data/q35/DSDT b/tests/acpi-test-data/q35/DSDT
index cb720f4fb6bdd02a14b089a0fa4da342ec918fee..1c089c34b06c9f2ea9fe67abb45498021319303c 100644
GIT binary patch
delta 236
zcmbR1xYUu$CD<iosR9E7qrpb5N6d_Uo8L043yb@*xCeVWa>RRhy6`w&;Nj<p5A}56
z5}2$dZUK>VLYEVqTp@13=sS6%xCj%M(Bxw<g)Zm{g(r(hKn-z4mlK(s1e0?^mlK`5
Y0Vd~;E+;nmA56{zT~2(nk7OV_0I)kc@&Et;
delta 213
zcmZ4LIM<QOCD<iot^xxCqsd0DN6d_Eo8L043yb-%xCeVWa>RRhy6`w&;Nj<p5A}3m
zn5->s0g-aTkg9@7Ib%qjgh{zzNJ&UoF#1dmln`NLn4At~F95T*NkA=f$I!wm36=6d
Lm)aa68ORO*#sxJG
diff --git a/tests/acpi-test-data/q35/DSDT.bridge b/tests/acpi-test-data/q35/DSDT.bridge
index dd4c28525e7d04bc3025eb62a1fd791bb4a6af64..b29fcda0bb1717ff708668c6e98f3ded3f34a96c 100644
GIT binary patch
delta 236
zcmZ4IxXqEvCD<ion*sv^<Ase}kC++zHos+77Z&$raS!%%<cRn1bm4Klz{AfGAL{AC
zB`{e_+yWx!gf1sIxkB86(RcDjaS<jip~=T!3SH0@3Qrc1fEwb8E+;ZM2`1-;E+;y9
Y15C~xT~2KBKbV{cx}5lCAIT(k0BLnQ)&Kwi
delta 213
zcmdnyxXzKwCD<ioodN>`<CTqEkC++THos+77Z&qjaS!%%<cRn1bm4Klz{AfGAL{AC
zFj-sN0wU#vAyoyFa>kH436pZckdlzFVDy<BC?UegFgYE}UI1oqlYm;}j-iEB5-R0^
LF10yCGKn1kY)Uor
--
MST
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL] acpi: minor fix
2016-03-15 21:27 [Qemu-devel] [PULL] acpi: minor fix Michael S. Tsirkin
2016-03-15 21:27 ` [Qemu-devel] [PULL] acpi-test: update UID for GSI links Michael S. Tsirkin
@ 2016-03-16 10:08 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-03-16 10:08 UTC (permalink / raw)
To: Michael S. Tsirkin; +Cc: QEMU Developers
On 15 March 2016 at 21:27, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 6a991e07bb8eeb7d7799a949c0528dffb84b2a98:
>
> hw/acpi: fix GSI links UID (2016-03-15 16:16:57 +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 3ba6a710e6ca1fb52cfdb38f39268e5c6e380ef9:
>
> acpi-test: update UID for GSI links (2016-03-15 23:25:52 +0200)
>
> ----------------------------------------------------------------
> acpi: minor fix
>
> Since previous pull acpi test triggers warnings,
> fix it up.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-16 10:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-15 21:27 [Qemu-devel] [PULL] acpi: minor fix Michael S. Tsirkin
2016-03-15 21:27 ` [Qemu-devel] [PULL] acpi-test: update UID for GSI links Michael S. Tsirkin
2016-03-16 10:08 ` [Qemu-devel] [PULL] acpi: minor fix Peter Maydell
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).