qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0
@ 2013-05-31 15:26 prochazka nicolas
  2013-07-17 10:56 ` [Qemu-devel] [Bug 1186303] " prochazka nicolas
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: prochazka nicolas @ 2013-05-31 15:26 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Guest : windows Seven / XP
Qemu version : 1.5.0 
cmd line : 
-drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
generated by  libvirt :
 
<disk type='dir' device='floppy'>
      <driver name='qemu' type='fat'/>
      <source dir='/mnt/vdisk/diskconf/TEST003/'/>
      <target dev='fda' bus='fdc'/>
      <readonly/>
      <alias name='fdc0-0-0'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>

works with qemu <= 1.4.1

with qemu 1.5.0 , guest does not see the floppy content.

Regards

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1186303

Title:
  virtual fat do not working in qemu 1.5.0

Status in QEMU:
  New

Bug description:
  Guest : windows Seven / XP
  Qemu version : 1.5.0 
  cmd line : 
  -drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
  generated by  libvirt :
   
  <disk type='dir' device='floppy'>
        <driver name='qemu' type='fat'/>
        <source dir='/mnt/vdisk/diskconf/TEST003/'/>
        <target dev='fda' bus='fdc'/>
        <readonly/>
        <alias name='fdc0-0-0'/>
        <address type='drive' controller='0' bus='0' target='0' unit='0'/>
      </disk>

  works with qemu <= 1.4.1

  with qemu 1.5.0 , guest does not see the floppy content.

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1186303/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1186303] Re: virtual fat do not working in qemu 1.5.0
  2013-05-31 15:26 [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0 prochazka nicolas
@ 2013-07-17 10:56 ` prochazka nicolas
  2013-07-18  1:43 ` [Qemu-devel] [Bug 1186303] [NEW] " Stefan Hajnoczi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: prochazka nicolas @ 2013-07-17 10:56 UTC (permalink / raw)
  To: qemu-devel

same issue with qemu 1.5.1
floopy content is seen under linux. not under Windows guest

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1186303

Title:
  virtual fat do not working in qemu 1.5.0

Status in QEMU:
  New

Bug description:
  Guest : windows Seven / XP
  Qemu version : 1.5.0 
  cmd line : 
  -drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
  generated by  libvirt :
   
  <disk type='dir' device='floppy'>
        <driver name='qemu' type='fat'/>
        <source dir='/mnt/vdisk/diskconf/TEST003/'/>
        <target dev='fda' bus='fdc'/>
        <readonly/>
        <alias name='fdc0-0-0'/>
        <address type='drive' controller='0' bus='0' target='0' unit='0'/>
      </disk>

  works with qemu <= 1.4.1

  with qemu 1.5.0 , guest does not see the floppy content.

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1186303/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0
  2013-05-31 15:26 [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0 prochazka nicolas
  2013-07-17 10:56 ` [Qemu-devel] [Bug 1186303] " prochazka nicolas
@ 2013-07-18  1:43 ` Stefan Hajnoczi
  2018-01-30 21:00 ` [Qemu-devel] [Bug 1186303] " Thomas Huth
  2018-04-01  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-07-18  1:43 UTC (permalink / raw)
  To: Bug 1186303; +Cc: qemu-devel

On Fri, May 31, 2013 at 03:26:47PM -0000, prochazka nicolas wrote:
> Public bug reported:
> 
> Guest : windows Seven / XP
> Qemu version : 1.5.0 
> cmd line : 
> -drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
> generated by  libvirt :
>  
> <disk type='dir' device='floppy'>
>       <driver name='qemu' type='fat'/>
>       <source dir='/mnt/vdisk/diskconf/TEST003/'/>
>       <target dev='fda' bus='fdc'/>
>       <readonly/>
>       <alias name='fdc0-0-0'/>
>       <address type='drive' controller='0' bus='0' target='0' unit='0'/>
>     </disk>
> 
> works with qemu <= 1.4.1
> 
> with qemu 1.5.0 , guest does not see the floppy content.

Thanks for reporting this bug.  The vvfat block driver is not actively
maintained, but you can help us track down this bug:

Since it used to work in QEMU 1.4.1 you could use git-bisect(1) to
identify the commit that broke vvfat.

http://git-scm.com/book/en/Git-Tools-Debugging-with-Git#Binary-Search
https://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
http://code-worrier.com/blog/git-bisect-basics/

Something along the lines of:

$ git clone git://git.qemu.org/qemu.git
$ cd qemu
$ git bisect start
$ git bisect bad master
$ git bisect good v1.4.1

Then build from source and test at each bisect step:

$ ./configure --target-list=x86_64-softmmu && make
$ qemu -drive file=fat:floppy:...

If it fails:

$ git bisect bad

If it succeeds:

$ git bisect good

At the end of the process it will tell you which commit broke vvfat.

Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1186303] Re: virtual fat do not working in qemu 1.5.0
  2013-05-31 15:26 [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0 prochazka nicolas
  2013-07-17 10:56 ` [Qemu-devel] [Bug 1186303] " prochazka nicolas
  2013-07-18  1:43 ` [Qemu-devel] [Bug 1186303] [NEW] " Stefan Hajnoczi
@ 2018-01-30 21:00 ` Thomas Huth
  2018-04-01  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2018-01-30 21:00 UTC (permalink / raw)
  To: qemu-devel

Triaging old bug tickets... Have you ever bisected the problem? Can you
still reproduce this issue with the latest version of QEMU? Or could we
close this ticket nowadays?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1186303

Title:
  virtual fat do not working in qemu 1.5.0

Status in QEMU:
  Incomplete

Bug description:
  Guest : windows Seven / XP
  Qemu version : 1.5.0 
  cmd line : 
  -drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
  generated by  libvirt :
   
  <disk type='dir' device='floppy'>
        <driver name='qemu' type='fat'/>
        <source dir='/mnt/vdisk/diskconf/TEST003/'/>
        <target dev='fda' bus='fdc'/>
        <readonly/>
        <alias name='fdc0-0-0'/>
        <address type='drive' controller='0' bus='0' target='0' unit='0'/>
      </disk>

  works with qemu <= 1.4.1

  with qemu 1.5.0 , guest does not see the floppy content.

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1186303/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1186303] Re: virtual fat do not working in qemu 1.5.0
  2013-05-31 15:26 [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0 prochazka nicolas
                   ` (2 preceding siblings ...)
  2018-01-30 21:00 ` [Qemu-devel] [Bug 1186303] " Thomas Huth
@ 2018-04-01  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2018-04-01  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1186303

Title:
  virtual fat do not working in qemu 1.5.0

Status in QEMU:
  Expired

Bug description:
  Guest : windows Seven / XP
  Qemu version : 1.5.0 
  cmd line : 
  -drive file=fat:floppy:/mnt/vdisk/diskconf/TEST004/,if=none,id=drive-fdc0-0-0,readonly=on 
  generated by  libvirt :
   
  <disk type='dir' device='floppy'>
        <driver name='qemu' type='fat'/>
        <source dir='/mnt/vdisk/diskconf/TEST003/'/>
        <target dev='fda' bus='fdc'/>
        <readonly/>
        <alias name='fdc0-0-0'/>
        <address type='drive' controller='0' bus='0' target='0' unit='0'/>
      </disk>

  works with qemu <= 1.4.1

  with qemu 1.5.0 , guest does not see the floppy content.

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1186303/+subscriptions

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-04-01  4:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-31 15:26 [Qemu-devel] [Bug 1186303] [NEW] virtual fat do not working in qemu 1.5.0 prochazka nicolas
2013-07-17 10:56 ` [Qemu-devel] [Bug 1186303] " prochazka nicolas
2013-07-18  1:43 ` [Qemu-devel] [Bug 1186303] [NEW] " Stefan Hajnoczi
2018-01-30 21:00 ` [Qemu-devel] [Bug 1186303] " Thomas Huth
2018-04-01  4:17 ` Launchpad Bug Tracker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).