[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-08 Thread Breno Leitão
Cédric, what is the LP# for the qemu-slof update?

Thanks for this nice achievement.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-08 Thread Cédric Le Goater
the latest slof should reach Utopic soon :

https://launchpad.net/ubuntu/+source/slof/20140630+dfsg-1ubuntu1

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-07 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-14.20

---
linux (3.16.0-14.20) utopic; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1366431

  [ dann frazier ]

  * [Config] CONFIG_HW_RANDOM_XGENE=m on arm64

  [ Manish Chopra ]

  * SAUCE: bnx2x: Configure device endianity on driver load and reset
endianity on removal.
- LP: #1356948

  [ Tim Gardner ]

  * [Config] CONFIG_XMON=y
- LP: #1365655
  * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
- LP: #1362514
  * [Config] CONFIG_KVM_BOOK3S_64_HV=m
- LP: #1362514

  [ Upstream Kernel Changes ]

  * hwrng: xgene - add support for APM X-Gene SoC RNG support
- LP: #1365593
  * Documentation: rng: Add X-Gene SoC RNG driver documentation
- LP: #1365593
  * arm64: dts: add random number generator dts node to APM X-Gene
platform.
  * KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct
- LP: #1362514
  * KVM: Move more code under CONFIG_HAVE_KVM_IRQFD
- LP: #1362514

  [ Upstream Kernel Changes ]

  * rebase to v3.16.2
- LP: #1358116
- LP: #1334950
- LP: #1350148
 -- Tim Gardner tim.gard...@canonical.com   Sat, 06 Sep 2014 07:52:15 -0700

** Changed in: linux (Ubuntu Utopic)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-07 Thread Cédric Le Goater
All looks good. We might need a new qemu-slof though.

Thanks,

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-06 Thread Cédric Le Goater
This patch fixes the compile breakage :

1287cb3fa85c KVM: PPC: Book3S: Move vcore definition to end of kvm_arch

You might want to also add  this one :

c77dcacb3975 KVM: Move more code under CONFIG_HAVE_KVM_IRQFD

With these two extra patches, utopic kernel 3.16.0-13.19  compiles, boots 
and virtualizes  KVM HV guests (LE and BE) as expected. I did not try PR 
guests.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 3.16.0-13.19

---
linux (3.16.0-13.19) utopic; urgency=low

  [ Tim Gardner ]

  * Release Tracking Bug
- LP: #1365611
  * [Config] CONFIG_HAVE_KVM_IRQFD=y
- LP: #1362514

  [ Paolo Pisati ]

  * [Config] armhf: SERIAL_SAMSUNG_CONSOLE=y
  * [Config] armhf: USB_[E|O]HCI_EXYNOS=y  SAMSUNG_USBPHY=y

  [ Upstream Kernel Changes ]

  * KVM: Don't keep reference to irq routing table in irqfd struct
- LP: #1362514
  * KVM: irqchip: Provide and use accessors for irq routing table
- LP: #1362514
  * KVM: Move all accesses to kvm::irq_routing into irqchip.c
- LP: #1362514
  * KVM: Move irq notifier implementation into eventfd.c
- LP: #1362514
  * KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
- LP: #1362514
  * KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
- LP: #1362514
  * KVM: Rename and add argument to check_extension
- LP: #1362514
  * KVM: Allow KVM_CHECK_EXTENSION on the vm fd
- LP: #1362514
  * KVM: Give IRQFD its own separate enabling Kconfig option
- LP: #1362514
  * KVM: PPC: Enable IRQFD support for the XICS interrupt controller
- LP: #1362514
  * KVM: PPC: Book3s PR: Disable AIL mode with OPAL
- LP: #1362514
  * KVM: PPC: Book3s HV: Fix tlbie compile error
- LP: #1362514
  * KVM: PPC: Book3S PR: Handle hyp doorbell exits
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
- LP: #1362514
  * KVM: PPC: Book3S PR: Fix sparse endian checks
- LP: #1362514
  * PPC: Add asm helpers for BE 32bit load/store
- LP: #1362514
  * KVM: PPC: Book3S HV: Make HTAB code LE host aware
- LP: #1362514
  * KVM: PPC: Book3S HV: Access guest VPA in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Access XICS in BE
- LP: #1362514
  * KVM: PPC: Book3S HV: Fix ABIv2 on LE
- LP: #1362514
  * KVM: PPC: Book3S HV: Enable for little endian hosts
- LP: #1362514
  * staging/lustre: disable virtual block device for 64K pages
  * drm/i915: read HEAD register back in init_ring_common() to enforce
ordering
- LP: #1355196
 -- Tim Gardner tim.gard...@canonical.com   Tue, 02 Sep 2014 19:07:50 -0400

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table 

[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Cédric Le Goater
I forgot to add that we also need the config options :

CONFIG_KVM_BOOK3S_64=m 
CONFIG_KVM_BOOK3S_64_HV=m 
CONFIG_KVM_BOOK3S_64_PR=m 
CONFIG_KVM_XICS=y

Sorry about that.

Thanks

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Utopic:
  Fix Released

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Tim Gardner
UBUNTU: [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
UBUNTU: [Config] CONFIG_KVM_BOOK3S_64_HV=m

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Released = Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-09-05 Thread Tim Gardner
Enabling these config options causes the following compile error:

ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S: Assembler messages:
ubuntu-utopic/arch/powerpc/kvm/book3s_hv_rmhandlers.S:1923: Error: operand out 
of range (0x8498 is not between 0x8000 and 
0x7ffc)

I've checked that line and assume it is complaining about the value of
KVM_ENABLED_HCALLS, e.g., 0x8498==33944

ubuntu-utopic/debian/build/build-generic/include/generated/asm-
offsets.h:#define KVM_ENABLED_HCALLS 33944 /* offsetof(struct kvm,
arch.enabled_hcalls)# */

I guess I'll not apply those configs until you figure out the compile
error.

** Changed in: linux (Ubuntu Utopic)
   Status: Fix Committed = In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  In Progress
Status in “linux” source package in Utopic:
  In Progress

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-08-29 Thread Joseph Salisbury
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Tags added: kernel-da-key ppc64el

** Changed in: linux (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-08-29 Thread Tim Gardner
** Also affects: linux (Ubuntu Utopic)
   Importance: Medium
 Assignee: Canonical Kernel Team (canonical-kernel-team)
   Status: Triaged

** Changed in: linux (Ubuntu Utopic)
   Status: Triaged = Fix Committed

** Changed in: linux (Ubuntu Utopic)
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Tim Gardner 
(timg-tpi)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-08-29 Thread Tim Gardner
This was the final patch set.

KVM: PPC: Book3S HV: Enable for little endian hosts
KVM: PPC: Book3S HV: Fix ABIv2 on LE
KVM: PPC: Book3S HV: Access XICS in BE
KVM: PPC: Book3S HV: Access host lppaca and shadow slb in BE
KVM: PPC: Book3S HV: Access guest VPA in BE
KVM: PPC: Book3S HV: Make HTAB code LE host aware
PPC: Add asm helpers for BE 32bit load/store
KVM: PPC: Book3S PR: Fix sparse endian checks
KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
KVM: PPC: Book3S PR: Handle hyp doorbell exits
KVM: PPC: Book3s HV: Fix tlbie compile error
KVM: PPC: Book3s PR: Disable AIL mode with OPAL
KVM: PPC: Enable IRQFD support for the XICS interrupt controller
KVM: Give IRQFD its own separate enabling Kconfig option
KVM: Allow KVM_CHECK_EXTENSION on the vm fd
KVM: Rename and add argument to check_extension
KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
KVM: prepare for KVM_(S|G)ET_MP_STATE on other architectures
KVM: Move irq notifier implementation into eventfd.c
KVM: Move all accesses to kvm::irq_routing into irqchip.c
KVM: irqchip: Provide and use accessors for irq routing table
KVM: Don't keep reference to irq routing table in irqfd struct

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Fix Committed
Status in “linux” source package in Utopic:
  Fix Committed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-08-28 Thread Breno Leitão
** Changed in: ubuntu
   Status: New = Confirmed

** Package changed: ubuntu = linux (Ubuntu)

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Taco Screen team (taco-screen-team)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362514] Re: LE KVM support for 14.10

2014-08-28 Thread Adam Conrad
** Changed in: linux (Ubuntu)
 Assignee: Taco Screen team (taco-screen-team) = Canonical Kernel Team 
(canonical-kernel-team)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362514

Title:
  LE KVM support for 14.10

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  == Comment: #0 - Cedric Le Goater clegoa...@fr.ibm.com - 2014-08-27 
02:32:18 ==
  Hi,

  Could you please apply the following patches to the utopic kernel to
  enable LE KVM support ?

  6947f948f061 2014-07-28 15:22:26 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Enable for little endian hosts
  9bf163f86d0d 2014-07-28 15:22:25 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Fix ABIv2 on LE
  76d072fb05f6 2014-07-28 15:22:24 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access XICS in BE
  0865a583a488 2014-07-28 15:22:23 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access host lppaca and shadow slb in BE
  024075522561 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Access guest VPA in BE
  6f22bd3265fb 2014-07-28 15:22:22 +0200 Alexander Graf - KVM: PPC: Book3S HV: 
Make HTAB code LE host aware
  8f6822c4b9fa 2014-07-28 15:22:21 +0200 Alexander Graf - PPC: Add asm helpers 
for BE 32bit load/store
  f396df35188c 2014-07-28 15:22:16 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Fix sparse endian checks
  05a308c72282 2014-07-28 15:22:13 +0200 Anton Blanchard - KVM: PPC: Book3S HV: 
Fix ABIv2 indirect branch issue
  568fccc43f90 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3S PR: 
Handle hyp doorbell exits
  f6bf3a662274 2014-07-28 15:22:12 +0200 Alexander Graf - KVM: PPC: Book3s HV: 
Fix tlbie compile error
  fb4188bad02f 2014-07-28 15:22:11 +0200 Alexander Graf - KVM: PPC: Book3s PR: 
Disable AIL mode with OPAL

  This set is also required for vhost (of same endian, cross endian vhost needs 
a few more 
  patches which were not sent to mainline yet)

  25a2150bee00 2014-08-05 14:26:33 +0200 Paul Mackerras - KVM: PPC: Enable 
IRQFD support for the XICS interrupt controller
  297e21053a52 2014-08-05 14:26:28 +0200 Paul Mackerras - KVM: Give IRQFD its 
own separate enabling Kconfig option
  e4d57e1ee1ab 2014-08-05 14:26:24 +0200 Paul Mackerras - KVM: Move irq 
notifier implementation into eventfd.c
  9957c86d659a 2014-08-05 14:26:20 +0200 Paul Mackerras - KVM: Move all 
accesses to kvm::irq_routing into irqchip.c
  8ba918d488ca 2014-08-05 14:26:16 +0200 Paul Mackerras - KVM: irqchip: Provide 
and use accessors for irq routing table
  56f89f3629ff 2014-08-05 14:24:23 +0200 Paul Mackerras - KVM: Don't keep 
reference to irq routing table in irqfd struct

  I did a quick try on git's head (Ubuntu-3.16.0-11.16). All patches
  apply smoothly.

  Thanks,

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1362514/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp