Re: dropping 32-bit host support

2023-03-17 Thread Andrew Randrianasulu
чт, 16 мар. 2023 г., 15:35 Daniel P. Berrangé : > On Thu, Mar 16, 2023 at 02:11:08PM +0300, Andrew Randrianasulu wrote: > > чт, 16 мар. 2023 г., 14:02 Thomas Huth : > > > > > On 16/03/2023 11.22, Andrew Randrianasulu wrote: > > > > > > > > > > > > чт, 16 мар. 2023 г., 12:17 Andrew Randrianasulu <

Re: dropping 32-bit host support

2023-03-17 Thread Andrew Randrianasulu
пт, 17 мар. 2023 г., 13:54 Alberto Garcia : > On Fri, Mar 17, 2023 at 11:03:51AM +0300, Andrew Randrianasulu wrote: > > To be honest after sleeping over problem I found situation beyond > > ridiculous. > > In the course of this thread you have had some of the most active and > knowledgeable QEMU

Re: dropping 32-bit host support

2023-03-17 Thread Alberto Garcia
On Fri, Mar 17, 2023 at 11:03:51AM +0300, Andrew Randrianasulu wrote: > To be honest after sleeping over problem I found situation beyond > ridiculous. In the course of this thread you have had some of the most active and knowledgeable QEMU developers explain you in a very reasonable way the

Re: Generating host code in TCG mode

2023-03-17 Thread Peter Maydell
On Fri, 17 Mar 2023 at 15:17, 沈梦姣 wrote: > > Hi, > When generating host code, sometimes it has to jmp to qemu common > code(e.g. memory management code to get host virtual address), but > it seems before the jmp the caller saved registers haven’t been > pushed to stack, qemu common code is

IPFS?

2023-03-17 Thread Andrew Randrianasulu
I was thinking about my own (audience laughs) idea of splitting qemu into qemu-industrial (do industrial folks *really* need this Canon camera machine? ) and qemu RetroGrade (with this capitalization, please) - not having latest Power13 codenamed " Doomsday machine" fixes, yet running with this

Re: dropping 32-bit host support

2023-03-17 Thread Alex Bennée
Andrew Randrianasulu writes: > has been > that of contempt ("the project needs different developer culture") > > This was probably badly worded - I mean culture of dividing all patches into > very small pieces and running > full compile pipeline on each nano-change very often. > > I

Generating host code in TCG mode

2023-03-17 Thread 沈梦姣
Hi, When generating host code, sometimes it has to jmp to qemu common code(e.g. memory management code to get host virtual address), but it seems before the jmp the caller saved registers haven’t been pushed to stack, qemu common code is function so it can use caller saved registers. Does I

Creating virtual routers

2023-03-17 Thread Lane
HI, I'd like to create two virtual routers where each router gives access to it's own virtual LAN and then add vm's to each LAN. This would all be on my localhost. lan1 <---> r1 <---> r2 <---> lan2 Can I do this with Qemu, and if so, can someone point me in the right direction on what I need to

Re: Generating host code in TCG mode

2023-03-17 Thread 沈梦姣
Thanks Peter > 在 2023年3月18日,上午12:18,Peter Maydell 写道: > > On Fri, 17 Mar 2023 at 15:17, 沈梦姣 wrote: >> >> Hi, >> When generating host code, sometimes it has to jmp to qemu common >> code(e.g. memory management code to get host virtual address), but >> it seems before the jmp the caller