** Changed in: qemu
Status: Incomplete => New
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1699567
Title:
Qemu does not force SSE data alignment
Status in QEMU:
New
Bug description:
I
I am currently running into this bug on QEMU emulator version 5.1.0.
movaps unaligned access works fine in qemu, when it should throw a GP.
Likewise, the same code on physical hardware throws a GP.
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscri
On Fri, 27 Nov 2020 at 15:45, Philippe Mathieu-Daudé wrote:
>
> Hi,
>
> This is a simple attempt to avoid the following pattern:
>
> ssize_t pkt_size = get_pkt_size(); // returns errno
>
> // no check
>
> send_packet(size_t size=pkt_size); // size casted to unsigned
>
This is really annoying, no matter how I try I am unable to submit a valid
patch.
Some googling revealed that my patch had been rejected at
https://patchew.org/QEMU/20200710201911.3a3e336c.hc...@poolhem.se/
The apply log points to line 104 which is broken in my patch, it looks like
this:
+}
+
s
On 27.11.2020 22:55, Peter Xu wrote:
On Thu, Nov 26, 2020 at 06:17:29PM +0300, Andrey Gruzdev wrote:
Signed-off-by: Andrey Gruzdev
The patch looks good to me, but again, any commit message would be more than
welcomed... as long as it's not empty. :)
Yep, agree. :)
--
Andrey Gruzdev, Princ
On Sat, 28 Nov 2020 at 05:50, Wu, Wentong wrote:
> The code looks ok to me, and I tested the changes on Zephyr project, it works
> well.
>
> But, according
> https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/n2sw_nii52006.pdf
> ,
> The Nios II processor offers tw
Hi Adrian,
Usually each version of a patch is a separate e-mail thread
On Fri, Nov 27, 2020 at 08:26:02PM +0200, Catangiu, Adrian Costin wrote:
> - Background
>
> The VM Generation ID is a feature defined by Microsoft (paper:
> http://go.microsoft.com/fwlink/?LinkId=260709) and supported by
> mu
Hi Eric,
Friendly ping... :)
On 2020/11/24 10:37, Kunkun Jiang wrote:
Accroding to the SMMUv3 spec, the SPAN field of Level1 Stream Table
Descriptor is 5 bits([4:0]).
Fixes: 9bde7f0674f(hw/arm/smmuv3: Implement translate callback)
Signed-off-by: Kunkun Jiang
---
hw/arm/smmuv3-internal.h | 2
Hi Eric,
@@ -1668,6 +1679,14 @@ static int vfio_connect_container(VFIOGroup *group,
AddressSpace *as,
VFIOContainer *container;
int ret, fd;
VFIOAddressSpace *space;
+IOMMUMemoryRegion *iommu_mr;
+bool nested = false;
+
+if (as != &address_space_memory && memory_regi
24.11.2020 13:04, Tuguoyi wrote:
The following steps will cause qemu assertion failure:
- pause vm
- save memory snapshot into local file through fd migration
- do the above operation again will cause qemu assertion failure
Hi!
Why do you need such scenario? Isn't it more correct and safer to
10 matches
Mail list logo