Re: [PATCH] meson: src: Fix DESTDIR handling while creating dirs

2020-09-09 Thread Jan Kiszka
Am 9. September 2020 17:47:59 MESZ schrieb Pavel Hrdina : >On Wed, Sep 09, 2020 at 05:06:19PM +0200, Jan Kiszka wrote: >> On 09.09.20 16:38, Erik Skultety wrote: >> > On Mon, Sep 07, 2020 at 11:25:34PM +0200, Jan Kiszka wrote: >> >> From: Jan Kiszka >>

Re: [PATCH] meson: src: Fix DESTDIR handling while creating dirs

2020-09-09 Thread Jan Kiszka
On 09.09.20 16:38, Erik Skultety wrote: > On Mon, Sep 07, 2020 at 11:25:34PM +0200, Jan Kiszka wrote: >> From: Jan Kiszka >> >> If the target path contains a link with an absolute path (e.g. >> /var/run -> /run), makedirs will target the wrong location. Resolve

[PATCH] meson: src: Fix DESTDIR handling while creating dirs

2020-09-07 Thread Jan Kiszka
From: Jan Kiszka If the target path contains a link with an absolute path (e.g. /var/run -> /run), makedirs will target the wrong location. Resolve the path first, then append DESTDIR again if needed. Signed-off-by: Jan Kiszka --- scripts/meson-install-dirs.py | 5 - 1 file changed

Re: GSoC'20 Interested Student: Adding support to Jailhouse Hypervisor

2020-03-31 Thread Jan Kiszka
. Jan Thanks, Prakhar On Mon, Mar 30, 2020 at 6:15 AM Jan Kiszka mailto:jan.kis...@web.de>> wrote: On 30.03.20 10:02, PRAKHAR BANSAL wrote: > Hi Jan, > > On Sat, Mar 28, 2020 at 4:12 AM Jan Kiszka mailto:jan.kis...@web.de> > <mailto:jan.kis..

Re: GSoC'20 Interested Student: Adding support to Jailhouse Hypervisor

2020-03-30 Thread Jan Kiszka
On 30.03.20 10:02, PRAKHAR BANSAL wrote: Hi Jan, On Sat, Mar 28, 2020 at 4:12 AM Jan Kiszka mailto:jan.kis...@web.de>> wrote: On 28.03.20 08:47, PRAKHAR BANSAL wrote: > Hi Jan, > > Thanks for the reply! > > I was only considering the co

Re: GSoC'20 Interested Student: Adding support to Jailhouse Hypervisor

2020-03-28 Thread Jan Kiszka
root cell that can be configured to bridge this. But let's keep that for later and start as simple as possible. Jan [1] https://groups.google.com/d/msgid/jailhouse-dev/CADiTV-1QiRhSWZnw%2BkHhJMO-BoA4sAcOmTkQE7ZWbHkGh3Jexw%40mail.gmail.com -Prakhar On Thu, Mar 26, 2020 at 1:49 AM Jan Kiszk

Re: GSoC'20 Interested Student: Adding support to Jailhouse Hypervisor

2020-03-26 Thread Jan Kiszka
Hi Prakhar, On 25.03.20 05:36, PRAKHAR BANSAL wrote: Hi Jan, Thanks for the reply. I looked deeper into the libvirt and Jailhouse source code and found following two things that seem relevant to the project I am interested in. - Libvirt driver interface at [libvirt.git]

Re: GSoC'20 Interested Student: Adding support to Jailhouse Hypervisor

2020-03-23 Thread Jan Kiszka
Hi Prakhar, On 23.03.20 07:53, PRAKHAR BANSAL wrote: Hello All, My name is Prakhar Bansal and I am a graduate student in Computer Engineering at Iowa State University, US. I have experience with Analysing Performance of Applications running inside multiple virtual machines hosted by the

Re: GSoC 2020

2020-03-05 Thread Jan Kiszka
Hi Shiko, On 04.03.20 09:49, ahmed El-Shreif wrote: Hi, my name is Ahmed. I am a Computer Engineering student from Egypt. I am really interested in contributing this year in GSoC program with Libvirt .  I was a GSoC student last year with LibreOffice. I was working in a compiler project. I

Re: [libvirt] Looking for project ideas and mentors for Google Summer of Code 2014

2014-02-14 Thread Jan Kiszka
On 2014-02-11 11:17, Stefan Hajnoczi wrote: On Mon, Feb 3, 2014 at 8:45 AM, Stefan Hajnoczi stefa...@gmail.com wrote: Project ideas Please post project ideas on the wiki page below. Project ideas should be suitable as a 12-week project that a student fluent in C/Python/etc can complete. No

Re: [libvirt] [PATCH] Do not enforce source type of console[0]

2012-04-16 Thread Jan Kiszka
On 2012-03-13 16:48, Jan Kiszka wrote: If console[0] is an alias for serial[0], do not enforce the former to have a PTY source type. This breaks serial consoles on stdio and makes no sense. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- src/qemu/qemu_process.c |1 - 1 files

Re: [libvirt] [PATCH] qemu: Copy console definition from serial

2012-03-13 Thread Jan Kiszka
On 2012-03-09 19:11, Jan Kiszka wrote: On 2012-03-09 19:02, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:58:06PM +0100, Jan Kiszka wrote: On 2012-03-09 18:53, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:48:42PM +0100, Jan Kiszka wrote: On 2011-11-16 14:14, Michal Privoznik

[libvirt] [PATCH] Do not enforce source type of console[0]

2012-03-13 Thread Jan Kiszka
If console[0] is an alias for serial[0], do not enforce the former to have a PTY source type. This breaks serial consoles on stdio and makes no sense. Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- src/qemu/qemu_process.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff

Re: [libvirt] [PATCH] qemu: Copy console definition from serial

2012-03-09 Thread Jan Kiszka
On 2011-11-16 14:14, Michal Privoznik wrote: Now, when we support multiple consoles per domain, the vm-def-console[0] can still remain an alias for vm-def-serial[0]; However, we need to copy it's source definition as well otherwise we'll regress on virDomainOpenConsole. ... diff --git

Re: [libvirt] [PATCH] qemu: Copy console definition from serial

2012-03-09 Thread Jan Kiszka
On 2012-03-09 18:53, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:48:42PM +0100, Jan Kiszka wrote: On 2011-11-16 14:14, Michal Privoznik wrote: Now, when we support multiple consoles per domain, the vm-def-console[0] can still remain an alias for vm-def-serial[0]; However, we need

Re: [libvirt] [PATCH] qemu: Copy console definition from serial

2012-03-09 Thread Jan Kiszka
On 2012-03-09 18:58, Jan Kiszka wrote: On 2012-03-09 18:53, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:48:42PM +0100, Jan Kiszka wrote: On 2011-11-16 14:14, Michal Privoznik wrote: Now, when we support multiple consoles per domain, the vm-def-console[0] can still remain an alias

Re: [libvirt] [PATCH] qemu: Copy console definition from serial

2012-03-09 Thread Jan Kiszka
On 2012-03-09 19:02, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:58:06PM +0100, Jan Kiszka wrote: On 2012-03-09 18:53, Daniel P. Berrange wrote: On Fri, Mar 09, 2012 at 06:48:42PM +0100, Jan Kiszka wrote: On 2011-11-16 14:14, Michal Privoznik wrote: Now, when we support multiple

Re: [libvirt] Transitioning from HMP to QMP for QEMU

2011-12-15 Thread Jan Kiszka
On 2011-12-15 14:02, Stefan Hajnoczi wrote: What is the status of QEMU's transition from HMP to the QMP interface? My current understanding is that QEMU provides new HMP commands for humans, but HMP is being phased out as an API. Management tools should rely only on QMP for new commands.

Re: [libvirt] Transitioning from HMP to QMP for QEMU

2011-12-15 Thread Jan Kiszka
On 2011-12-15 14:33, Kevin Wolf wrote: Am 15.12.2011 14:18, schrieb Jan Kiszka: On 2011-12-15 14:02, Stefan Hajnoczi wrote: What is the status of QEMU's transition from HMP to the QMP interface? My current understanding is that QEMU provides new HMP commands for humans, but HMP is being

Re: [libvirt] [Qemu-devel] Transitioning from HMP to QMP for QEMU

2011-12-15 Thread Jan Kiszka
On 2011-12-15 14:38, Lucas Meneghel Rodrigues wrote: On 12/15/2011 11:33 AM, Kevin Wolf wrote: Am 15.12.2011 14:18, schrieb Jan Kiszka: On 2011-12-15 14:02, Stefan Hajnoczi wrote: What is the status of QEMU's transition from HMP to the QMP interface? My current understanding is that QEMU

Re: [libvirt] [Qemu-devel] Transitioning from HMP to QMP for QEMU

2011-12-15 Thread Jan Kiszka
On 2011-12-15 14:53, Stefan Hajnoczi wrote: On Thu, Dec 15, 2011 at 1:49 PM, Kevin Wolf kw...@redhat.com wrote: Am 15.12.2011 14:39, schrieb Jan Kiszka: On 2011-12-15 14:38, Lucas Meneghel Rodrigues wrote: On 12/15/2011 11:33 AM, Kevin Wolf wrote: Am 15.12.2011 14:18, schrieb Jan Kiszka

[libvirt] Re: [PATCH 0/2] port over extboot from kvm

2009-09-08 Thread Jan Kiszka
Gerd Hoffmann wrote: On 09/08/09 15:47, Jan Kiszka wrote: Before setting this definitely useful feature in stone, I have two questions though: - -drive ...,boot=on is logically in conflict with -boot. Yes, -boot for x86 currently cannot differentiate between multiple disks, only

[libvirt] Re: [PATCH 0/2] port over extboot from kvm

2009-09-08 Thread Jan Kiszka
Gerd Hoffmann wrote: -drive if=virtio,id=sys,file=/path/to/disk.img -cdrom /path/to/install.iso -boot order=[sys],once=d,menu=off Yes, this looks powerful and clean. One could even still define probe orders like -boot order=[sys][backup]d. Well, except that boot orders with two

Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2)

2009-04-14 Thread Jan Kiszka
Daniel P. Berrange wrote: On Tue, Apr 14, 2009 at 12:15:23PM +0300, Avi Kivity wrote: Daniel P. Berrange wrote: Yes indeed its a little crazy :-) As anthony mentioned if libvirt were able to be notified of changes a user makes in the monitor, there's no reason we could not allow end users

[libvirt] Re: [Qemu-devel] [PATCH 2/6] Introduce monitor 'wait' command (v2)

2009-04-09 Thread Jan Kiszka
Avi Kivity wrote: Anthony Liguori wrote: Avi Kivity wrote: Anthony Liguori wrote: The wait command will pause the monitor the command was issued in until a new event becomes available. Events are queued if there isn't a waiter present. The wait command completes after a single event is

Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2)

2009-04-09 Thread Jan Kiszka
Avi Kivity wrote: Gerd Hoffmann wrote: On 04/09/09 16:03, Avi Kivity wrote: I don't want multiplexed monitor sessions, at all. I'm very happy to finally see them. Finally one can run vms with libvirt and *still* access the monitor for debugging and development purposes. Right, I like

Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2)

2009-04-09 Thread Jan Kiszka
Avi Kivity wrote: Jan Kiszka wrote: Avi Kivity wrote: Gerd Hoffmann wrote: On 04/09/09 16:03, Avi Kivity wrote: I don't want multiplexed monitor sessions, at all. I'm very happy to finally see them. Finally one can run vms with libvirt and *still* access