Re: [Qemu-devel] [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities

2015-04-27 Thread Michael Mueller
On Mon, 27 Apr 2015 12:14:19 +0200 Christian Borntraeger wrote: > +/* z/VM-specific, see: SC24-6179-05 page 953) */ > +FAC_STHYI = 74, picked -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vg

Re: [Qemu-devel] [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities

2015-04-27 Thread Christian Borntraeger
Am 27.04.2015 um 10:55 schrieb Michael Mueller: > On Mon, 27 Apr 2015 10:11:37 +0200 > Christian Borntraeger wrote: > >> Am 13.04.2015 um 15:56 schrieb Michael Mueller: >> [...] >>> +FAC_TRANSACTIONAL_EXE = 73, >>> +/* >>> + * The store-hypervisor-information facility #7

Re: [Qemu-devel] [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities

2015-04-27 Thread Michael Mueller
On Mon, 27 Apr 2015 10:11:37 +0200 Christian Borntraeger wrote: > Am 13.04.2015 um 15:56 schrieb Michael Mueller: > [...] > > +FAC_TRANSACTIONAL_EXE = 73, > > +/* > > + * The store-hypervisor-information facility #74 is > > + * z/VM related and when added to be handl

Re: [Qemu-devel] [PATCH v5 06/17] target-s390x: Introduce S390 CPU facilities

2015-04-27 Thread Christian Borntraeger
Am 13.04.2015 um 15:56 schrieb Michael Mueller: [...] > +FAC_TRANSACTIONAL_EXE = 73, > +/* > + * The store-hypervisor-information facility #74 is > + * z/VM related and when added to be handled by QEMU > + * when hosted on LPAR. (see: SC24-6179-05 page 953) > +