search for: virtioconsol

Displaying 17 results from an estimated 17 matches for "virtioconsol".

Did you mean: virtioconsole
2011 Nov 02
1
[PATCH RFC 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 02
1
[PATCH RFC 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 02
1
[PATCH RFC 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v3 0/3] Support multiple VirtioConsoles.
...KVM. This patchset addresses several issues associated with trying to establish multiple virtio consoles. I'm trying to start a guest via KVM that supports multiple virtual consoles, with getty's on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I'm running eight at the moment), and enable console output appearing on one of them. It still doesn't successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus' tree, and leaving other people to deal with crashes....
2011 Nov 08
3
[PATCH RFC v2 0/3] Support multiple VirtioConsoles.
...s patchset addresses several issues associated with trying to establish multiple virtio consoles. I''m trying to start a guest via KVM that supports multiple virtual consoles, with getty''s on each, and with some being console devices. These patches let me establish more than one VirtioConsole (I''m running eight at the moment), and enable console output appearing on one of them. It still doesn''t successfully generate console output on multiple VirtioConsoles. Let me apologise for my last patch having gotten into Linus'' tree, and leaving other people to deal...
2009 Aug 25
3
Extending virtio_console to support multiple ports
Hello all, Here is a new iteration of the patch series that implements a transport for guest and host communications. The code has been updated to reuse the virtio-console device instead of creating a new virtio-serial device. I've tested for compatibility (old qemu & new kernel, new qemu & old kernel, new qemu & new kernel) and it all works fine. There are a few items on my
2009 Aug 25
3
Extending virtio_console to support multiple ports
Hello all, Here is a new iteration of the patch series that implements a transport for guest and host communications. The code has been updated to reuse the virtio-console device instead of creating a new virtio-serial device. I've tested for compatibility (old qemu & new kernel, new qemu & old kernel, new qemu & new kernel) and it all works fine. There are a few items on my
2009 May 11
0
[PATCH 1/2] qemu-kvm: add MSI-X support
...console_init(PCIBus *bus, CharDriverState *chr) PCI_VENDOR_ID_REDHAT_QUMRANET, VIRTIO_ID_CONSOLE, PCI_CLASS_OTHERS, 0x00, - 0, sizeof(VirtIOConsole)); + 0, sizeof(VirtIOConsole), + 0); if (s == NULL) return NULL; diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 5f5f2f3..cc1c739 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -691,7 +691,8...
2009 May 11
0
[PATCH 1/2] qemu-kvm: add MSI-X support
...console_init(PCIBus *bus, CharDriverState *chr) PCI_VENDOR_ID_REDHAT_QUMRANET, VIRTIO_ID_CONSOLE, PCI_CLASS_OTHERS, 0x00, - 0, sizeof(VirtIOConsole)); + 0, sizeof(VirtIOConsole), + 0); if (s == NULL) return NULL; diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 5f5f2f3..cc1c739 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -691,7 +691,8...
2009 May 20
0
[PATCHv2-RFC 1/2] qemu-kvm: add MSI-X support
...console_init(PCIBus *bus, CharDriverState *chr) PCI_VENDOR_ID_REDHAT_QUMRANET, VIRTIO_ID_CONSOLE, PCI_CLASS_OTHERS, 0x00, - 0, sizeof(VirtIOConsole)); + 0, sizeof(VirtIOConsole), + 0); if (s == NULL) return NULL; diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 4beb16d..dfcff38 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -708,7 +708,8...
2009 May 20
0
[PATCHv2-RFC 1/2] qemu-kvm: add MSI-X support
...console_init(PCIBus *bus, CharDriverState *chr) PCI_VENDOR_ID_REDHAT_QUMRANET, VIRTIO_ID_CONSOLE, PCI_CLASS_OTHERS, 0x00, - 0, sizeof(VirtIOConsole)); + 0, sizeof(VirtIOConsole), + 0); if (s == NULL) return NULL; diff --git a/hw/virtio-net.c b/hw/virtio-net.c index 4beb16d..dfcff38 100644 --- a/hw/virtio-net.c +++ b/hw/virtio-net.c @@ -708,7 +708,8...
2014 Jun 15
2
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
...instruction -watchdog i6300esb|ib700 enable virtual hardware watchdog [default=none] -watchdog-action reset|shutdown|poweroff|pause|debug|none action when watchdog fires [default=reset] -echr chr set terminal escape character instead of ctrl-a -virtioconsole c set virtio console -show-cursor show cursor -tb-size n set TB size -incoming p prepare for incoming migration, listen on port p -nodefaults don't create default devices -chroot dir chroot to dir just before starting the VM -runas user change to user id...
2014 Jun 12
3
ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi guys, I am new to QEMU-KVM, libvmi and libvirt stuff. Libvmi uses libvirt. I am trying to to run process-list example of libvmi and getting error as below. It seems that this error may be due to libvirt as it is not able to find domain. I seek your kind help on below error: spanhal1@seclab2:~/KVMModule/libvmi-0.10.1$ sudo ./examples/process-list ubuntu libvir: QEMU error : Domain not found: