search for: inqemu

Displaying 3 results from an estimated 3 matches for "inqemu".

2005 Oct 26
1
[PATCH][VT] Multithread IDE device model ( was: RE: [PATCH]Make IDE dma tranfer run in another thread inqemu)
Keir: This is to to make the IDE device model multithreading so that the VMX domain IO access completion (triggering DMA operation) can be asynchronize with the completion of DMA operation. With this patch we get 8%--14% performance gain for kernel build. Thanks, eddie Yang, Xiaowei wrote: > Originally in qemu when a IDE dma transfer is started which is > triggered by access to 0xc000
2011 Oct 26
2
live migration without shared storage problems.
...e the user and group. 2 Open TCP socket in the destination host. and I migrate in the source host command line. $ virsh migrate --live --copy-storage-all vmubuntu qemu+ssh://destinationHost/system --verbose But I get the error "error: operation failed : failed to retrieve chardev info inqemu with 'info chardev'" In the destination I find in the vmubuntu.log The error is "Migration failed. Exit code tcp:0.0.0.0:49170(-98),exiting." What can I do to solve it ? I do not understand how the error comes. Anyone can help me ? Thanks in advance. -------------- ne...
2006 Nov 28
8
[PATCH] Enable uppercase letters to be entered in QEMU monitor terminal
Changeset 10742:3e07ec30c445 made it possible to switch to the QEMU monitor terminal when using the VNC display protocol. Unfortunately the VNC key handling is rather crazy, so even if you have the shift key pressed, a VNC client will send a lowercase letter, expecting the server to interpret the state of the shift key as desired. Normally in HVM guests, the guest OS does this interpretation