Re: [PATCH 06/15] MIPS: Add minimal support for OCTEON3 to c-r4k.c

2014-05-22 Thread Ralf Baechle
On Wed, May 21, 2014 at 11:02:12PM +0200, Andreas Herrmann wrote: > On Wed, May 21, 2014 at 02:40:41PM +0200, Ralf Baechle wrote: > > On Tue, May 20, 2014 at 04:47:07PM +0200, Andreas Herrmann wrote: > > > > > +static inline void r4k_blast_dcache_page_dc128(unsigned long addr) > > > +{ > > > + R4

Re: [Qemu-devel] [PATCH v1 RFC 6/6] KVM: s390: add cpu model support

2014-05-22 Thread Paolo Bonzini
Il 22/05/2014 10:23, Michael Mueller ha scritto: On Wed, 21 May 2014 15:22:35 +0200 Alexander Graf wrote: I have seen the slides from Eduardo which he presented during this years DevConf in Brno and made my comments according the s390x implementation on that. Is you will see, this is mostly ove

KVM Test report, kernel d9f89b88... qemu e5bfd640...

2014-05-22 Thread Hu, Robert
Hi All, This is KVM upstream test result against kvm.git next branch and qemu.git master branch. kvm.git next branch: d9f89b88f5102ce235b75a5907838e3c7ed84b97 based on kernel 3.15.0-rc1 qemu.git master branch: e5bfd64050e81774b6bf71ab5dd064f7bcef0c4c We found one new bug and t

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 --- Comment #2 from Henrik --- It works with kernel version 3.11.10-301.fc20.x86_64. It does not work with kernel version 3.14.4-200.fc20 -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from t

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 Henrik changed: What|Removed |Added Kernel Version|Very latest with Fedora 20 |3.14.4-200.fc20 (Very |yum upd

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 --- Comment #3 from Henrik --- I have updated header with kernel version. Will see if I can report it to Fedora then. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the li

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 Henrik changed: What|Removed |Added Kernel Version|3.14.4-200.fc20 (Very |3.14.4-200.fc20 |latest with F

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 Henrik changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail because: You

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 --- Comment #4 from Henrik --- I have nw reported this at fedora insted. https://bugzilla.redhat.com/show_bug.cgi?id=1100228 -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: sen

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 --- Comment #5 from Henrik --- It still works with 3.14.3-200.fc20.x86_64 if that was of any interest. Will now close this report. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this li

[Bug 76621] Bridged networking stopped working after yum update

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76621 Henrik changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: Question about the kvm emulator

2014-05-22 Thread Paolo Bonzini
Il 22/05/2014 05:55, Jidong Xiao ha scritto: Hi, I noticed that there is a file call emulate.c, under the directory of arch/x86/kvm/, in its header part, it says: "Generic x86 (32-bit and 64-bit) instruction decoder and emulator." I am confused about this, since qemu will be the emulator, why

Re: [Qemu-devel] [PATCH v1 RFC 6/6] KVM: s390: add cpu model support

2014-05-22 Thread Michael Mueller
On Thu, 22 May 2014 10:53:38 +0200 Paolo Bonzini wrote: > Il 22/05/2014 10:23, Michael Mueller ha scritto: > > On Wed, 21 May 2014 15:22:35 +0200 > > Alexander Graf wrote: > > > > I have seen the slides from Eduardo which he presented during this years > > DevConf in Brno and made my comments ac

Re: [libvirt] [PATCH v3] PCI: Introduce new device binding path using pci_dev.driver_override

2014-05-22 Thread Laine Stump
On 05/20/2014 05:53 PM, Alex Williamson wrote: > The driver_override field allows us to specify the driver for a device > rather than relying on the driver to provide a positive match of the > device. This shortcuts the existing process of looking up the vendor > and device ID, adding them to the

[PATCH] KVM: PPC: MPIC: Reset IRQ source private members

2014-05-22 Thread Alexander Graf
When we reset the in-kernel MPIC controller, we forget to reset some hidden state such as destmask and output. This state is usually set when the guest writes to the IDR register for a specific IRQ line. To make sure we stay in sync and don't forget hidden state, treat reset of the IDR register as

[PATCH] KVM: PPC: Add CAP to indicate hcall fixes

2014-05-22 Thread Alexander Graf
We worked around some nasty KVM magic page hcall breakages: 1) NX bit not honored, so ignore NX when we detect it 2) LE guests swizzle hypercall instruction Without these fixes in place, there's no way it would make sense to expose kvm hypercalls to a guest. Chances are immensely high it woul

Re: [PATCH 07/15] MIPS: Add mips_cpunum() function.

2014-05-22 Thread Andreas Herrmann
On Wed, May 21, 2014 at 12:10:45PM +0100, James Hogan wrote: > On 20/05/14 15:47, Andreas Herrmann wrote: > > From: David Daney > > > > This returns the CPUNum from the low order Ebase bits. > > > > Signed-off-by: David Daney > > Signed-off-by: Andreas Herrmann > > --- > > arch/mips/include/a

Re: [PATCH 07/15] MIPS: Add mips_cpunum() function.

2014-05-22 Thread James Hogan
On 22/05/14 17:13, Andreas Herrmann wrote: > On Wed, May 21, 2014 at 12:10:45PM +0100, James Hogan wrote: >> On 20/05/14 15:47, Andreas Herrmann wrote: >>> +static inline unsigned int mips_cpunum(void) >>> +{ >>> + return read_c0_ebase() & 0x3ff; /* Low 10 bits of ebase. */ >>> +} >> >> If this i

Re: [PATCH 10/15] MIPS: Add code for new system 'paravirt'.

2014-05-22 Thread Andreas Herrmann
On Wed, May 21, 2014 at 02:39:00PM +0100, James Hogan wrote: > On 20/05/14 15:47, Andreas Herrmann wrote: -- 8< -- > > diff --git a/arch/mips/paravirt/paravirt-irq.c > > b/arch/mips/paravirt/paravirt-irq.c > > new file mode 100644 > > index 000..e1603dd > > --- /dev/null > > +++ b/arch/mips

Re: [PATCH 11/15] MIPS: paravirt: Add pci controller for virtio

2014-05-22 Thread Andreas Herrmann
On Wed, May 21, 2014 at 12:42:52PM +0100, James Hogan wrote: > On 20/05/14 15:47, Andreas Herrmann wrote: > > From: David Daney > > > > Signed-off-by: David Daney > > Signed-off-by: Andreas Herrmann > > --- > > arch/mips/Kconfig|1 + > > arch/mips/paravirt/Kconfig |

Re: [Qemu-devel] [PATCH v1 RFC 6/6] KVM: s390: add cpu model support

2014-05-22 Thread Christian Borntraeger
On 22/05/14 10:53, Paolo Bonzini wrote: > Il 22/05/2014 10:23, Michael Mueller ha scritto: >> On Wed, 21 May 2014 15:22:35 +0200 >> Alexander Graf wrote: >> >> I have seen the slides from Eduardo which he presented during this years >> DevConf in Brno and made my comments according the s390x imple

Re: [Qemu-devel] [PATCH v1 RFC 6/6] KVM: s390: add cpu model support

2014-05-22 Thread Alexander Graf
On 22.05.14 22:36, Christian Borntraeger wrote: On 22/05/14 10:53, Paolo Bonzini wrote: Il 22/05/2014 10:23, Michael Mueller ha scritto: On Wed, 21 May 2014 15:22:35 +0200 Alexander Graf wrote: I have seen the slides from Eduardo which he presented during this years DevConf in Brno and made

Re: Question about the kvm emulator

2014-05-22 Thread Jidong Xiao
Thanks Paolo, it's very clear. -Jidong On Thu, May 22, 2014 at 7:42 AM, Paolo Bonzini wrote: > Il 22/05/2014 05:55, Jidong Xiao ha scritto: > >> Hi, >> >> I noticed that there is a file call emulate.c, under the directory of >> arch/x86/kvm/, in its header part, it says: >> >> "Generic x86 (32-b

Naive questions regarding KVM

2014-05-22 Thread Mathew Li
Hi All, I want to learn KVM code. Apologies for asking really simple questions. I have Ubuntu 12.04 32bit installed on my laptop. As I understand there are two modules of the KVM. One is called kvm.ko and other arch specific e.g. in my case it is kvm-intel.ko. These modules are already present in

Re: Naive questions regarding KVM

2014-05-22 Thread Jidong Xiao
On Fri, May 23, 2014 at 12:57 AM, Mathew Li wrote: > Hi All, > > I want to learn KVM code. Apologies for asking really simple > questions. I have Ubuntu 12.04 32bit installed on my laptop. As I > understand there are two modules of the KVM. One is called kvm.ko and > other arch specific e.g. in my

Re: Naive questions regarding KVM

2014-05-22 Thread Mathew Li
Thanks a lot Jidong. I will give it a run. Thanks! Matt On Thu, May 22, 2014 at 10:12 PM, Jidong Xiao wrote: > On Fri, May 23, 2014 at 12:57 AM, Mathew Li wrote: >> Hi All, >> >> I want to learn KVM code. Apologies for asking really simple >> questions. I have Ubuntu 12.04 32bit installed on my

Re: Naive questions regarding KVM

2014-05-22 Thread Chai Wen
On 05/23/2014 12:57 PM, Mathew Li wrote: > Hi All, > > I want to learn KVM code. Apologies for asking really simple > questions. I have Ubuntu 12.04 32bit installed on my laptop. As I > understand there are two modules of the KVM. One is called kvm.ko and > other arch specific e.g. in my case it

[Bug 76331] kernel BUG at drivers/iommu/intel-iommu.c:844!

2014-05-22 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=76331 --- Comment #3 from Matt --- Hi Alex, Any news ? Do you need additional info ? I keep receiving the bug each time I power off the VM (VM is working perfectly fine before the shutdown with both sound and gpu passthrough). After that I need to rebo