Re: [Qemu-devel] [PATCH v2 12/25] target-arm: Update generic cpreg code for AArch64

2014-01-04 Thread Peter Crosthwaite
On Sun, Jan 5, 2014 at 5:58 AM, Peter Maydell wrote: > On 2 January 2014 01:51, Peter Crosthwaite > wrote: >> On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell >> wrote: >>> +#define ARM_CP_STATE_AA32 0 >>> +#define ARM_CP_STATE_AA64 1 >>> +#define ARM_CP_STATE_BOTH 2 >> >> You iterator below dep

Re: [Qemu-devel] [PATCH v2 12/25] target-arm: Update generic cpreg code for AArch64

2014-01-04 Thread Peter Maydell
On 2 January 2014 01:51, Peter Crosthwaite wrote: > On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell > wrote: >> +#define ARM_CP_STATE_AA32 0 >> +#define ARM_CP_STATE_AA64 1 >> +#define ARM_CP_STATE_BOTH 2 > > You iterator below depends on this specific encoding ordering, so > maybe this should be

[Qemu-devel] qemu-iotests: test 051 fails

2014-01-04 Thread Peter Lieven
~/git/qemu/tests/qemu-iotests$ ./check -qcow2 51 QEMU -- ./qemu QEMU_IMG -- ./qemu-img QEMU_IO -- ./qemu-io QEMU_NBD -- /usr/local/bin/qemu-nbd IMGFMT-- qcow2 (compat=1.1) IMGPROTO -- file PLATFORM -- Linux/x86_64 lieven-pc 3.2.0-57-generic SOCKET_SCM_HELP

[Qemu-devel] [Bug 1265998] [NEW] vfio-pci passed Radeon 7870XT is unstable on first boot of a Windows 8.1 guest

2014-01-04 Thread Michał Węgrzynek
Public bug reported: I'm passing a Radeon 7870XT to a Windows 8.1 guest. It works flawlessly (I tested it by a 12 hour Furmark run), but only on second lauch of the guest. On first launch after I get screen corruption on any 3D operation in guest (even showing a search box in Chrome) and the guest

[Qemu-devel] [Bug 1265998] Re: vfio-pci passed Radeon 7870XT is unstable on first boot of a Windows 8.1 guest

2014-01-04 Thread Alex Williamson
Does this only happen with hugepages? Does it happen with 2M hugepages? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1265998 Title: vfio-pci passed Radeon 7870XT is unstable on first boot of a Wi

Re: [Qemu-devel] [PATCH v2 15/25] target-arm: A64: Implement minimal set of EL0-visible sysregs

2014-01-04 Thread Peter Maydell
On 4 January 2014 13:32, Peter Crosthwaite wrote: > On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell > wrote: >> +static const ARMCPRegInfo v8_cp_reginfo[] = { >> +/* Minimal set of EL0-visible registers. This will need to be expanded >> + * significantly for system emulation of AArch64 CP

Re: [Qemu-devel] [PATCH v2 15/25] target-arm: A64: Implement minimal set of EL0-visible sysregs

2014-01-04 Thread Peter Crosthwaite
On Sat, Jan 4, 2014 at 9:35 PM, Peter Maydell wrote: > On 4 January 2014 02:34, Peter Crosthwaite > wrote: >> On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell >> wrote: >>> +static const ARMCPRegInfo v8_cp_reginfo[] = { >>> +/* Minimal set of EL0-visible registers. This will need to be expan

Re: [Qemu-devel] [PATCH v2 15/25] target-arm: A64: Implement minimal set of EL0-visible sysregs

2014-01-04 Thread Peter Crosthwaite
On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell wrote: > Implement an initial minimal set of EL0-visible system registers: > * NZCV > * FPCR > * FPSR > * CTR_EL0 > * DCZID_EL0 > > Signed-off-by: Peter Maydell > Reviewed-by: Richard Henderson > --- > target-arm/cpu.h | 3 ++- > ta

Re: [Qemu-devel] [PATCH v2 15/25] target-arm: A64: Implement minimal set of EL0-visible sysregs

2014-01-04 Thread Peter Maydell
On 4 January 2014 02:34, Peter Crosthwaite wrote: > On Mon, Dec 23, 2013 at 8:49 AM, Peter Maydell > wrote: >> +static const ARMCPRegInfo v8_cp_reginfo[] = { >> +/* Minimal set of EL0-visible registers. This will need to be expanded >> + * significantly for system emulation of AArch64 CP

Re: [Qemu-devel] [PATCH target-arm v2 1/1] arm/xilinx_zynq: Always instantiate the GEMs

2014-01-04 Thread Peter Maydell
On 4 January 2014 01:58, Peter Crosthwaite wrote: > Don't conditionalise GEM instantiation on networking attachments. The > device should always be present even if not attached to a network. > > This allows for probing of the device by expectant guests (such as > OS's). This is needed because sys

Re: [Qemu-devel] [PATCH 1/2] hw/net: add support for Allwinner EMAC Fast Ethernet controller

2014-01-04 Thread Beniamino Galvani
On Sat, Jan 04, 2014 at 10:56:13AM +1000, Peter Crosthwaite wrote: > On Thu, Jan 2, 2014 at 7:18 PM, Beniamino Galvani wrote: > > This patch adds support for the Fast Ethernet MAC found on Allwinner > > SoCs, together with a basic emulation of Realtek RTL8201CP PHY. > > > > Since there is no publi