Re: [PATCH] fix gvtg cursor position if it is negative

2022-12-29 Thread qi zhou
00:00:00 2001 From: Qi Zhou Date: Thu, 29 Dec 2022 20:15:51 +0800 Subject: [PATCH] fix gvtg cursor position if it is negative It is valid if position of cursor is negative(not hotspot coordinates). for example: precision section, resize, move, north east arrow... Signed-off-by: Qi Z

Re: [PATCH] fix gvtg cursor position if it is negative

2022-12-29 Thread qi zhou
To test, you need patch qemu too, I paste it here for convenience, and I it have been sent to qemu dev mailling list >From 4f14d6216d3f05f01ffe419ff0baeebe416a3e58 Mon Sep 17 00:00:00 2001 From: Qi Zhou Date: Thu, 29 Dec 2022 20:25:06 +0800 Subject: [PATCH] fix gvtg cursor position if it

[PATCH] fix gvtg cursor position if it is negative

2022-12-29 Thread qi zhou
>From 4f14d6216d3f05f01ffe419ff0baeebe416a3e58 Mon Sep 17 00:00:00 2001 From: Qi Zhou Date: Thu, 29 Dec 2022 20:25:06 +0800 Subject: [PATCH] fix gvtg cursor position if it is negative It is valid if position of cursor is negative(not hotspot coordinates). for example: precision section, res

How to create vhdx differencing disk using qemu-img

2021-03-17 Thread qi zhou
When I create vhdx differencing disk using qemu-img, It says  qemu-img: xxx.vhd Backing file not supported for file format 'vhdx' The command I used is qemu-img create -f vhdx -b test.vhdx test-snapshot.vhdx Here is my questions 1. Is vhdx format [full] supported by qemu ? 2. If not, is there any

[Bug 1759522] Re: windows qemu-img create vpc/vhdx error

2020-02-09 Thread Qi Zhou
I confirm this is still exists using qemu-4.2.0. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1759522 Title: windows qemu-img create vpc/vhdx error Status in QEMU: New Bug description: On wi