[Qemu-devel] [Bug 1451067] Re: -smb option requires full path for Samba sharing to work

2015-05-02 Thread Alain Kalker
On my system, `qemu` is an alias for `qemu-system-x86_64`. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1451067 Title: -smb option requires full path for Samba sharing to work Status in QEMU: N

[Qemu-devel] [Bug 1451067] [NEW] -smb option requires full path for Samba sharing to work

2015-05-02 Thread Alain Kalker
Public bug reported: This issue has been reported on qemu-devel a looong time ago: https://lists.gnu.org/archive/html/qemu-devel/2005-12/msg00141.html QEMU version 2.2.1-4 on Arch Linux x86_64 Steps to reproduce: host$ mkdir share host$ chmod o+rwx share host$ qemu -smb share vm$ smbclient //

Re: [Qemu-devel] [PATCH v7 25/39] qapi: Require valid names

2015-05-02 Thread Eric Blake
On 04/29/2015 07:06 AM, Eric Blake wrote: > Previous commits demonstrated that the generator overlooked various > bad naming situations: > - types, commands, and events need a valid name > - enum members must be valid names, when combined with prefix > - union and alternate branches cannot be marke

Re: [Qemu-devel] [PATCH] QJSON: Use OBJECT_CHECK

2015-05-02 Thread Alexander Graf
On 01.05.15 18:23, Michael Roth wrote: > Quoting Michael Roth (2015-05-01 11:19:05) >> Quoting Eduardo Habkost (2015-04-29 07:55:48) >>> On Wed, Apr 29, 2015 at 08:38:02AM -0400, Luiz Capitulino wrote: On Mon, 27 Apr 2015 14:23:20 -0300 Eduardo Habkost wrote: > On Sat, Apr 25,

[Qemu-devel] [PATCH 3/4] qga: added bus type and disk location path

2015-05-02 Thread Denis V. Lunev
From: Olga Krishtal According to Microsoft disk location path can be obtained via IOCTL_SCSI_GET_ADDRESS. Unfortunately this ioctl can not be used for all devices. There are certain bus types which could be obtained with this API. Please refer to the following link for more details https://techne

[Qemu-devel] [PATCH 1/4] qga: added empty qmp_quest_get_fsinfo functionality.

2015-05-02 Thread Denis V. Lunev
From: Olga Krishtal We need qmp_quest_get_fsinfo togather with vss-provider, which works with volumes. The call to this function is implemented via FindFirst/NextVolumes. Moreover volumes in Windows OS are filesystem unit, so it will be more effective to work with them rather with devices. Signe

[Qemu-devel] [PATCH 0/4] qga: disk and volume info for Windows guest

2015-05-02 Thread Denis V. Lunev
Functionality match with Linux. Patches 1 and 2 are very useful for consistent backups of Windows guests. Signed-off-by: Olga Krishtal Signed-off-by: Denis V. Lunev CC: Michael Roth

[Qemu-devel] [PATCH 2/4] qga: added mountpoint and filesystem type for single

2015-05-02 Thread Denis V. Lunev
From: Olga Krishtal We should use GetVolumeXXX api to work with volumes. This will help us to resolve the situation with volumes without drive letter, i.e. when the volume is mounted as a folder. This case is called mounted folder. This volume is a regular mounted volume from all other points of

[Qemu-devel] [PATCH 4/4] qga: added GuestPCIAddress information

2015-05-02 Thread Denis V. Lunev
From: Olga Krishtal PCIAddress inforfation is obtained via SetupApi, which provides the information about address, bus, etc. We look throught entire device tree in the system and try to find device object for given volume. For this PDO SetupDiGetDeviceRegistryProperty is called, which reads PCI c