RE: AST2600 support in QEMU

2022-08-17 Thread Amit Kumar (Engrg-SW)
11:18 To: Cédric Le Goater Cc: Joel Stanley ; Shivi Fotedar ; Peter Delevoryas ; Jeremy Kerr ; Klaus Jensen ; Jonathan Cameron ; qemu-devel@nongnu.org; Andrew Jeffery ; Amit Kumar (Engrg-SW) ; Prasanna Karmalkar ; Tim Chen (SW-GPU) ; Newton Liu ; Deepak Kodihalli ; qemu-arm Subject: R

Re: [PATCH v5 1/1] docs/devel: Add VFIO device migration documentation

2021-05-17 Thread Tarun Gupta (SW-GPU)
Hi Alex, Cornelia, Just wanted to confirm that this patch will be pulled in QEMU 6.1, right? Thanks, Tarun On 4/18/2021 5:52 PM, Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Reviewed-by: Cornelia Huc

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-07 Thread Tarun Gupta (SW-GPU)
On 4/7/2021 3:53 PM, Cornelia Huck wrote: External email: Use caution opening links or attachments On Mon, 5 Apr 2021 22:32:47 +0530 "Tarun Gupta (SW-GPU)" wrote: On 4/1/2021 4:35 PM, Cornelia Huck wrote: On Fri, 26 Mar 2021 18:48:50 +0530 Tarun Gupta wrote: + +Si

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-05 Thread Tarun Gupta (SW-GPU)
On 4/1/2021 4:35 PM, Cornelia Huck wrote: On Fri, 26 Mar 2021 18:48:50 +0530 Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. I don't th

Re: [PATCH v3 1/1] docs/devel: Add VFIO device migration documentation

2021-04-01 Thread Tarun Gupta (SW-GPU)
On 3/27/2021 11:34 AM, Shenming Lu wrote: On 2021/3/26 21:18, Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v3: - Add introductory line a

Re: [PATCH v2 1/1] docs/devel: Add VFIO device migration documentation

2021-03-16 Thread Tarun Gupta (SW-GPU)
On 3/15/2021 10:52 PM, Cornelia Huck wrote: On Thu, 11 Mar 2021 00:50:09 +0530 Tarun Gupta wrote: Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v2: - Inc

Re: [PATCH v2 1/1] docs/devel: Add VFIO device migration documentation

2021-03-16 Thread Tarun Gupta (SW-GPU)
On 3/12/2021 8:43 AM, Tian, Kevin wrote: From: Tarun Gupta Sent: Thursday, March 11, 2021 3:20 AM Document interfaces used for VFIO device migration. Added flow of state changes during live migration with VFIO device. Tested by building docs with the new vfio-migration.rst file. v2: - Incl

[Qemu-devel] [PATCH] tcg: Fix spelling in comment (varables -> variables)

2011-10-11 Thread sw
From: Stefan Weil Signed-off-by: Stefan Weil --- tcg/tcg.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index de8a1d5..015f88a 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -175,7 +175,7 @@ typedef enum TCGType { typedef tcg_target_ulong TCGArg;

[Qemu-devel] Login a guest use commandline

2005-11-09 Thread zheng sw
when I run the command in bash: "sudo qemu -hda testaa.img -boot c -localtime -serial stdio -pidfile pidfile1.txt && sleep 300 && root && 123456 && ifconfig" root is the guest's user, 123456 is password, Why can't I login in the guest and run the ifconfig? and run "sudo qemu -hda testaa.img -boot

[Qemu-devel] How to get a guest IP

2005-11-04 Thread zheng sw
Host want to get the guest's IP when the host start the guest? My setting is: debian(2.6.8), qemu, bridge-utils, TUN/TAP. The guest get a IP from a DHCP server which is in the same subnet whit host. My purpose is use bash to run ssh connect to the host, then run qemu, After the guest is started,