Re: [Qemu-devel] [PATCHv2 0/4] Set eflags prior to segments; fix cpl in SMM

2014-04-30 Thread Richard Henderson
On 04/30/2014 01:37 AM, Paolo Bonzini wrote: > Il 29/04/2014 22:37, Kevin O'Connor ha scritto: >> This patch series is an update to the patch I sent at: >> >> https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg04028.html >> >> The goal of the patch series is to fix the SMM handler so that it

Re: [Qemu-devel] [PATCHv2 0/4] Set eflags prior to segments; fix cpl in SMM

2014-04-30 Thread Andreas Färber
Am 30.04.2014 10:37, schrieb Paolo Bonzini: > Il 29/04/2014 22:37, Kevin O'Connor ha scritto: >> This patch series is an update to the patch I sent at: >> >> https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg04028.html >> >> The goal of the patch series is to fix the SMM handler so that it r

Re: [Qemu-devel] [PATCHv2 0/4] Set eflags prior to segments; fix cpl in SMM

2014-04-30 Thread Paolo Bonzini
Il 29/04/2014 22:37, Kevin O'Connor ha scritto: This patch series is an update to the patch I sent at: https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg04028.html The goal of the patch series is to fix the SMM handler so that it runs with the proper cpl. I've broken the series up based

[Qemu-devel] [PATCHv2 0/4] Set eflags prior to segments; fix cpl in SMM

2014-04-29 Thread Kevin O'Connor
This patch series is an update to the patch I sent at: https://lists.gnu.org/archive/html/qemu-devel/2014-04/msg04028.html The goal of the patch series is to fix the SMM handler so that it runs with the proper cpl. I've broken the series up based on the feedback from Paolo. As with the previous