Re: [Qemu-devel] [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE

2019-03-14 Thread Simon Gaiser
xenproject.org; marma...@invisiblethingslab.com; Simon >>> Gaiser >>> ; Jason Andryuk ; Stefano >>> Stabellini >>> ; Anthony Perard ; Paul >>> Durrant >>> >>> Subject: [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE >&

Re: [Qemu-devel] [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE

2019-03-14 Thread Simon Gaiser
xenproject.org; marma...@invisiblethingslab.com; Simon >>> Gaiser >>> ; Jason Andryuk ; Stefano >>> Stabellini >>> ; Anthony Perard ; Paul >>> Durrant >>> >>> Subject: [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE >&

Re: [Qemu-devel] ui: Support non-zero minimum values for absolute input axes

2017-11-26 Thread Simon Gaiser
Philippe Voinov: > This patch refactors ui/input.c to support absolute axis > minimum values other than 0. All dependent calls to qemu_input_queue_abs > have been updated to explicitly supply 0 as the axis minimum value. Shouldn't the patch also also pass old_value - 1 as the second argument?

[Qemu-devel] [PATCH] xen/pt: Set is_express to avoid out-of-bounds write

2017-10-27 Thread Simon Gaiser
) #2 0x55e0fdda7d3d in device_set_realized hw/core/qdev.c:914 [...] Signed-off-by: Simon Gaiser <h...@ipsumj.de> --- I found this by debugging crashes and I'm not familiar with this code, so I'm not sure if this has no unintended side effects. hw/xen/xen_pt.c | 1 + 1 file changed, 1 ins