Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Alexander Graf
Am 25.01.2014 um 03:34 schrieb Christoffer Dall christoffer.d...@linaro.org: On Sat, Jan 25, 2014 at 03:15:35AM +0100, Alexander Graf wrote: On 25.01.2014, at 02:58, Scott Wood scottw...@freescale.com wrote: On Sat, 2014-01-25 at 00:24 +, Peter Maydell wrote: On 24 January 2014

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Alexander Graf
Am 25.01.2014 um 03:37 schrieb Victor Kamensky victor.kamen...@linaro.org: On 24 January 2014 18:15, Alexander Graf ag...@suse.de wrote: On 25.01.2014, at 02:58, Scott Wood scottw...@freescale.com wrote: On Sat, 2014-01-25 at 00:24 +, Peter Maydell wrote: On 24 January 2014 23:51,

Re: 3.13 hangs when I tried to start a KVM at a 32 bit stable Gentoo

2014-01-25 Thread Toralf Förster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 01/24/2014 01:36 PM, Paolo Bonzini wrote: Il 23/01/2014 20:50, Toralf Förster ha scritto: | What makes the situation really annyoing - sometimes I just can | restart my wlan device it the system works normal, but sometimes | the whole system

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Victor Kamensky
On 25 January 2014 01:20, Alexander Graf ag...@suse.de wrote: Am 25.01.2014 um 03:37 schrieb Victor Kamensky victor.kamen...@linaro.org: On 24 January 2014 18:15, Alexander Graf ag...@suse.de wrote: On 25.01.2014, at 02:58, Scott Wood scottw...@freescale.com wrote: On Sat, 2014-01-25 at

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Alexander Graf
On 25.01.2014, at 16:36, Victor Kamensky victor.kamen...@linaro.org wrote: On 25 January 2014 01:20, Alexander Graf ag...@suse.de wrote: It even does it on BE PPC if you access devices through swizzling buses, but we don't care as hypervisor. All we know in kvm is: - instruction used

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Peter Maydell
On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go through the combinations for a 32-bit write of 0x01020304 on PPC and what data[] looks like your proposal: BE guest, BE host: { 0x01, 0x02, 0x03, 0x04 } LE guest, BE host: { 0x04, 0x03, 0x02, 0x01 } BE guest,

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Christoffer Dall
On Sat, Jan 25, 2014 at 04:23:00PM +, Peter Maydell wrote: On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go through the combinations for a 32-bit write of 0x01020304 on PPC and what data[] looks like your proposal: BE guest, BE host: { 0x01, 0x02,

[Bug 69361] Host call trace and guest hang after create guest.

2014-01-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=69361 --- Comment #5 from Zhou, Chao chao.z...@intel.com --- Created attachment 123351 -- https://bugzilla.kernel.org/attachment.cgi?id=123351action=edit host kernel config -- You are receiving this mail because: You are watching the assignee of the

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Victor Kamensky
On 25 January 2014 10:31, Christoffer Dall christoffer.d...@linaro.org wrote: On Sat, Jan 25, 2014 at 04:23:00PM +, Peter Maydell wrote: On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go through the combinations for a 32-bit write of 0x01020304 on PPC and what

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Victor Kamensky
On 25 January 2014 19:46, Victor Kamensky victor.kamen...@linaro.org wrote: On 25 January 2014 10:31, Christoffer Dall christoffer.d...@linaro.org wrote: On Sat, Jan 25, 2014 at 04:23:00PM +, Peter Maydell wrote: On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Alexander Graf
Am 25.01.2014 um 03:37 schrieb Victor Kamensky victor.kamen...@linaro.org: On 24 January 2014 18:15, Alexander Graf ag...@suse.de wrote: On 25.01.2014, at 02:58, Scott Wood scottw...@freescale.com wrote: On Sat, 2014-01-25 at 00:24 +, Peter Maydell wrote: On 24 January 2014 23:51,

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Alexander Graf
On 25.01.2014, at 16:36, Victor Kamensky victor.kamen...@linaro.org wrote: On 25 January 2014 01:20, Alexander Graf ag...@suse.de wrote: It even does it on BE PPC if you access devices through swizzling buses, but we don't care as hypervisor. All we know in kvm is: - instruction used

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Peter Maydell
On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go through the combinations for a 32-bit write of 0x01020304 on PPC and what data[] looks like your proposal: BE guest, BE host: { 0x01, 0x02, 0x03, 0x04 } LE guest, BE host: { 0x04, 0x03, 0x02, 0x01 } BE guest,

Re: [PATCH v2] KVM: Specify byte order for KVM_EXIT_MMIO

2014-01-25 Thread Victor Kamensky
On 25 January 2014 10:31, Christoffer Dall christoffer.d...@linaro.org wrote: On Sat, Jan 25, 2014 at 04:23:00PM +, Peter Maydell wrote: On 25 January 2014 02:15, Alexander Graf ag...@suse.de wrote: Ok, let's go through the combinations for a 32-bit write of 0x01020304 on PPC and what