Hi,
I'd like to report a bug when using the SDL2 GUI in both Linux and
Windows, which can be observed with in my case latest qemu-system-ppc
running parallel instances of OSX 10.4 and 10.3.
After switching back and forth between GUIs, dragging becomes copying,
keyboard starts using a strange char
Public bug reported:
Hello,
I am running qemu from master git branch on x86_64 host with kernel is
4.4.114. I've found that commit
9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
introduces an regression with the following command:
qemu-system-x86_64 -enable-kvm -nodefaults -no-rebo
** Attachment added: ".build.initrd.kvm"
https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057654/+files/.build.initrd.kvm
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1750229
Title:
v
** Attachment added: ".build.kernel.kvm"
https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057653/+files/.build.kernel.kvm
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1750229
Title:
v
OPL2LPT is an OPL2 chip on the parallel port. It can be programmed
mostly like an OPL2 chip, except it is write-only. Timers are
therefore not usable and we emulate a simplified version of them: they
expire immediately (in the future, this could be updated to properly
emulate them). Timers are usua
Paolo's patches have been getting us closer to multiqueue block layer
support but there is a final set of changes required that has become
clearer to me just recently. I'm curious if this matches Paolo's
vision and whether anyone else has comments.
Multiqueue block layer means that I/O requests f
On 02/15/2018 03:17 PM, Emilio G. Cota wrote:
> - The original meaning of ctx.singlestep is
> cs->singlestep_enabled || singlestep
> , which required a little extra work since base.singlestep_enabled
> only gets its value from cs->singlestep_enabled.
These sort of inconsistencies should be
On 02/15/2018 03:17 PM, Emilio G. Cota wrote:
> Signed-off-by: Emilio G. Cota
> ---
> target/sparc/translate.c | 27 +++
> 1 file changed, 15 insertions(+), 12 deletions(-)
Reviewed-by: Richard Henderson
r~
On 02/15/2018 03:17 PM, Emilio G. Cota wrote:
> +(dc->pc - dc->base.pc_first) >= (TARGET_PAGE_SIZE - 32)) {
What is this, and why is it not a bug to be fixed via elimination?
Surely this condition is covered by the normal max_insns test.
r~
Signed-off-by: Shea Levy
---
configure | 20 +
linux-user/syscall.c | 3 +++
linux-user/syscall_defs.h | 56 +++
3 files changed, 79 insertions(+)
diff --git a/configure b/configure
index 913e14839d..52fe2bf941 100
Hi,
I've just noticed that the e1000e model does not work with its recent
Linux kernel driver. This is my test matrix:
Kernel INTx (IntMode=0)MSI-X
4.4 OK OK
4.14OK no link
master OK n
On Fri, Feb 16, 2018 at 07:58:06PM +0100, Greg Kurz wrote:
> Commit 5d0fb1508e2d "spapr: consolidate the VCPU id numbering logic
> in a single place" introduced a helper to detect thread0 of a virtual
> core based on its VCPU id. This is used to create CPU core nodes in
> the DT, but it is broken i
On Fri, Feb 16, 2018 at 09:45:02AM +0100, Cédric Le Goater wrote:
> The Partition Table Control Register (PTCR) is a hypervisor privileged
> SPR. It contains the host real address of the Partition Table and its
> size.
>
> Signed-off-by: Cédric Le Goater
> ---
>
> Changes since v1:
>
> - rena
On Fri, Feb 16, 2018 at 09:45:03AM +0100, Cédric Le Goater wrote:
> The HPTE bits definitions are slightly modified in ISA v3.0. Let's add
> some helpers to hide the differences in the hash MMU code.
>
> On a POWER9 processor, the Partition Table is composed of a pair of
> doublewords per partitio
On Sun, Feb 18, 2018 at 12:48:27AM +0100, BALATON Zoltan wrote:
> On Fri, 16 Feb 2018, BALATON Zoltan wrote:
> > On Fri, 16 Feb 2018, David Gibson wrote:
> > > On Thu, Feb 15, 2018 at 10:27:06PM +0100, BALATON Zoltan wrote:
> > > > Add emulation of aCube Sam460ex board based on AMCC 460EX embedded
On Sat, Feb 17, 2018 at 12:07:34AM +0100, Thomas Huth wrote:
> On 16.02.2018 11:55, BALATON Zoltan wrote:
> > On Fri, 16 Feb 2018, Thomas Huth wrote:
> >> On 15.02.2018 22:27, BALATON Zoltan wrote:
> >>> Remaining patches for Sam460ex emulation. The original cover letter
> >>> with more details is
Signed-off-by: Shea Levy
---
configure | 20 ++
linux-user/syscall.c | 3 +++
linux-user/syscall_defs.h | 53 +++
3 files changed, 76 insertions(+)
diff --git a/configure b/configure
index 913e14839d..52fe2bf941 10
On 16/02/18 16:28, David Gibson wrote:
> On Wed, Feb 14, 2018 at 08:55:41AM -0700, Alex Williamson wrote:
>> On Wed, 14 Feb 2018 19:09:16 +1100
>> Alexey Kardashevskiy wrote:
>>
>>> On 14/02/18 12:33, David Gibson wrote:
On Tue, Feb 13, 2018 at 07:20:56PM +1100, Alexey Kardashevskiy wrote:
Test time set+get in 12 hour mode.
Also test handling of day of week
offset.
Signed-off-by: Michael Davidsaver
---
tests/ds-rtc-i2c-test.c | 54 -
1 file changed, 53 insertions(+), 1 deletion(-)
diff --git a/tests/ds-rtc-i2c-test.c b/tests/ds-rtc-
Test current time and set+get round trip.
The set+get test is repeated 4 times. These cases are
spread across a single day in an attempt to trigger some potential
issues regardless of the timezone of the machine running the tests.
Signed-off-by: Michael Davidsaver
---
tests/Makefile.include |
These changes previously appeared as part of a series "Add MVME3100 PPC SBC v2"
back in November. David Gibson, who looked that that series, suggested getting
this reviewed separately. There doesn't appear to be a listed maintainer
for this code, so I'm addressing this to the 3 people who have ma
When running w/ QTest, allow the tester
to reliably zero time offsets.
Allows tests to read the current time,
and set time, independent of test order.
Signed-off-by: Michael Davidsaver
---
hw/timer/ds1338.c | 9 +
1 file changed, 9 insertions(+)
diff --git a/hw/timer/ds1338.c b/hw/timer
Now redundant to ds-rtc-i2c-test.
Signed-off-by: Michael Davidsaver
---
tests/Makefile.include | 2 --
tests/ds1338-test.c| 75 --
2 files changed, 77 deletions(-)
delete mode 100644 tests/ds1338-test.c
diff --git a/tests/Makefile.include b/
Support for: ds1307, ds1337, ds1338, ds1339,
ds1340, ds1375, ds1388, and ds3231.
Tested with ds1338 and ds1375.
The existing ds1338 model has two bugs
with almost no practical impact.
1. Trying to set time in 12-hour mode works,
but the 12 hour mode bit isn't stored.
So time always reads in 24 h
On Fri, Feb 16, 2018 at 09:45:04AM +0100, Cédric Le Goater wrote:
> On a POWER9 processor, the first doubleword of the partition table
> entry (as pointed to by the PTCR) indicates whether the host uses HPT
> or Radix Tree translation for that partition. Use that bit to check
> for radix mode on ps
This is an RFC version of patchset to support the new ibm,dynamic-memory-v2
property which allows the LMB information to be represented in a more
compact form by grouping LMBs into sets.
I have tested it very lightly and observe guest crashes (during reboot)
in a few scenarios. I am still trying t
Making pc_dimm_built_list() global allows other parts of QEMU code
to build and walk through the DIMM list in address-sorted order.
This is needed in the next patch for sPAPR code to create
ibm,dynamic-memory-v2 device tree property that will have entries
for populated DIMMs as well as available h
The new property ibm,dynamic-memory-v2 allows memory to be represented
in a more compact manner in device tree.
Signed-off-by: Bharata B Rao
---
docs/specs/ppc-spapr-hotplug.txt | 19 +++
hw/ppc/spapr.c | 254 +--
include/hw/ppc/spapr.h
On 18.02.2018 11:11, Howard Spoelstra wrote:
> Hi,
>
> I'd like to report a bug when using the SDL2 GUI in both Linux and
> Windows, which can be observed with in my case latest qemu-system-ppc
> running parallel instances of OSX 10.4 and 10.3.
>
> After switching back and forth between GUIs, dra
On 19.02.2018 05:03, Michael Davidsaver wrote:
> Test current time and set+get round trip.
>
> The set+get test is repeated 4 times. These cases are
> spread across a single day in an attempt to trigger some potential
> issues regardless of the timezone of the machine running the tests.
>
> Sign
On 2018-02-18 21:54, Jan Kiszka wrote:
> Hi,
>
> I've just noticed that the e1000e model does not work with its recent
> Linux kernel driver. This is my test matrix:
>
> KernelINTx (IntMode=0)MSI-X
> 4.4 OK OK
> 4.14 OK
On Mon, Feb 19, 2018 at 8:09 AM, Thomas Huth wrote:
> On 18.02.2018 11:11, Howard Spoelstra wrote:
>> Hi,
>>
>> I'd like to report a bug when using the SDL2 GUI in both Linux and
>> Windows, which can be observed with in my case latest qemu-system-ppc
>> running parallel instances of OSX 10.4 and
32 matches
Mail list logo