Re: [libvirt] [PATCH] qemu: Default hwclock source for sPAPR to RTC

2017-07-13 Thread Cole Robinson
On 07/13/2017 09:52 AM, Madhu Pavan wrote: > > > On 07/13/2017 05:49 PM, Cole Robinson wrote: >> On 07/13/2017 04:36 AM, Kothapally Madhu Pavan wrote: >>> QEMU fails to launch a sPAPR guest with clock sources other that RTC. >>> Internally qemu only uses RTC timer for hwclock. This patch reports

Re: [libvirt] [PATCH] qemu: Default hwclock source for sPAPR to RTC

2017-07-13 Thread Madhu Pavan
On 07/13/2017 05:49 PM, Cole Robinson wrote: On 07/13/2017 04:36 AM, Kothapally Madhu Pavan wrote: QEMU fails to launch a sPAPR guest with clock sources other that RTC. Internally qemu only uses RTC timer for hwclock. This patch reports the right error message instead of qemu erroring out

Re: [libvirt] [PATCH] qemu: Default hwclock source for sPAPR to RTC

2017-07-13 Thread Cole Robinson
On 07/13/2017 04:36 AM, Kothapally Madhu Pavan wrote: > QEMU fails to launch a sPAPR guest with clock sources other that RTC. > Internally qemu only uses RTC timer for hwclock. This patch reports > the right error message instead of qemu erroring out when any other > timer other than RTC is used.

[libvirt] [PATCH] qemu: Default hwclock source for sPAPR to RTC

2017-07-13 Thread Kothapally Madhu Pavan
QEMU fails to launch a sPAPR guest with clock sources other that RTC. Internally qemu only uses RTC timer for hwclock. This patch reports the right error message instead of qemu erroring out when any other timer other than RTC is used. Signed-off-by: Kothapally Madhu Pavan