qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd
@ 2020-03-02 23:52 liang yan
  2020-03-02 23:59 ` [Bug 1865626] " liang yan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: liang yan @ 2020-03-02 23:52 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

qemu latest
kernel 5.3.18

I am using a passthrough dasd as boot device, the installment looks fine
and gets into reboot process. However VM could not boot and just hang as
below after that. I have been checking on "s390: vfio-ccw dasd ipl
support" series right now but no clue yet. Could anyone take a look for
it? Thanks.


s390vsw188:~ # bash test.sh
LOADPARM=[        ]
executing ccw chain at : 0x0000000000000018
executing ccw chain at : 0x000000000000e000

2020-03-01T06:24:56.879314Z qemu-system-s390x: warning: vfio-ccw (devno
fe.0.0000): PFCH flag forced


s390zp12:~ # cat test.sh
/root/qemu/s390x-softmmu/qemu-system-s390x \
-machine s390-ccw-virtio,accel=kvm \
-nographic \
-bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
-device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,,devno=fe.0.0000,bootindex=1 \
-global vfio-ccw.force-orb-pfch=yes \

** 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/1865626

Title:
  qemu hang when ipl boot from a mdev dasd

Status in QEMU:
  New

Bug description:
  qemu latest
  kernel 5.3.18

  I am using a passthrough dasd as boot device, the installment looks
  fine and gets into reboot process. However VM could not boot and just
  hang as below after that. I have been checking on "s390: vfio-ccw dasd
  ipl support" series right now but no clue yet. Could anyone take a
  look for it? Thanks.


  s390vsw188:~ # bash test.sh
  LOADPARM=[        ]
  executing ccw chain at : 0x0000000000000018
  executing ccw chain at : 0x000000000000e000

  2020-03-01T06:24:56.879314Z qemu-system-s390x: warning: vfio-ccw
  (devno fe.0.0000): PFCH flag forced


  s390zp12:~ # cat test.sh
  /root/qemu/s390x-softmmu/qemu-system-s390x \
  -machine s390-ccw-virtio,accel=kvm \
  -nographic \
  -bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
  -device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,,devno=fe.0.0000,bootindex=1 \
  -global vfio-ccw.force-orb-pfch=yes \

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


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

* [Bug 1865626] Re: qemu hang when ipl boot from a mdev dasd
  2020-03-02 23:52 [Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd liang yan
@ 2020-03-02 23:59 ` liang yan
  2021-05-06  7:03 ` Thomas Huth
  2021-07-06  4:17 ` [Bug 1865626] Re: s390x guest " Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: liang yan @ 2020-03-02 23:59 UTC (permalink / raw)
  To: qemu-devel

s390zp12:~ # cat test.sh
/root/qemu/s390x-softmmu/qemu-system-s390x \
-machine s390-ccw-virtio,accel=kvm \
-nographic \
-bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
-device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,devno=fe.0.1234,bootindex=1 \
-global vfio-ccw.force-orb-pfch=yes

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

Title:
  qemu hang when ipl boot from a mdev dasd

Status in QEMU:
  New

Bug description:
  qemu latest
  kernel 5.3.18

  I am using a passthrough dasd as boot device, the installment looks
  fine and gets into reboot process. However VM could not boot and just
  hang as below after that. I have been checking on "s390: vfio-ccw dasd
  ipl support" series right now but no clue yet. Could anyone take a
  look for it? Thanks.


  s390vsw188:~ # bash test.sh
  LOADPARM=[        ]
  executing ccw chain at : 0x0000000000000018
  executing ccw chain at : 0x000000000000e000

  2020-03-01T06:24:56.879314Z qemu-system-s390x: warning: vfio-ccw
  (devno fe.0.0000): PFCH flag forced


  s390zp12:~ # cat test.sh
  /root/qemu/s390x-softmmu/qemu-system-s390x \
  -machine s390-ccw-virtio,accel=kvm \
  -nographic \
  -bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
  -device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,,devno=fe.0.0000,bootindex=1 \
  -global vfio-ccw.force-orb-pfch=yes \

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


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

* [Bug 1865626] Re: qemu hang when ipl boot from a mdev dasd
  2020-03-02 23:52 [Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd liang yan
  2020-03-02 23:59 ` [Bug 1865626] " liang yan
@ 2021-05-06  7:03 ` Thomas Huth
  2021-07-06  4:17 ` [Bug 1865626] Re: s390x guest " Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2021-05-06  7:03 UTC (permalink / raw)
  To: qemu-devel

Can you still reproduce this issue with the latest version of QEMU?
Which kind of guest did you install?

** Tags added: s390x

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

** Summary changed:

- qemu hang when ipl boot from a mdev dasd
+ s390x guest hang when ipl boot from a mdev dasd

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

Title:
  s390x guest hang when ipl boot from a mdev dasd

Status in QEMU:
  Incomplete

Bug description:
  qemu latest
  kernel 5.3.18

  I am using a passthrough dasd as boot device, the installment looks
  fine and gets into reboot process. However VM could not boot and just
  hang as below after that. I have been checking on "s390: vfio-ccw dasd
  ipl support" series right now but no clue yet. Could anyone take a
  look for it? Thanks.


  s390vsw188:~ # bash test.sh
  LOADPARM=[        ]
  executing ccw chain at : 0x0000000000000018
  executing ccw chain at : 0x000000000000e000

  2020-03-01T06:24:56.879314Z qemu-system-s390x: warning: vfio-ccw
  (devno fe.0.0000): PFCH flag forced


  s390zp12:~ # cat test.sh
  /root/qemu/s390x-softmmu/qemu-system-s390x \
  -machine s390-ccw-virtio,accel=kvm \
  -nographic \
  -bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
  -device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,,devno=fe.0.0000,bootindex=1 \
  -global vfio-ccw.force-orb-pfch=yes \

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


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

* [Bug 1865626] Re: s390x guest hang when ipl boot from a mdev dasd
  2020-03-02 23:52 [Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd liang yan
  2020-03-02 23:59 ` [Bug 1865626] " liang yan
  2021-05-06  7:03 ` Thomas Huth
@ 2021-07-06  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-06  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/1865626

Title:
  s390x guest hang when ipl boot from a mdev dasd

Status in QEMU:
  Expired

Bug description:
  qemu latest
  kernel 5.3.18

  I am using a passthrough dasd as boot device, the installment looks
  fine and gets into reboot process. However VM could not boot and just
  hang as below after that. I have been checking on "s390: vfio-ccw dasd
  ipl support" series right now but no clue yet. Could anyone take a
  look for it? Thanks.


  s390vsw188:~ # bash test.sh
  LOADPARM=[        ]
  executing ccw chain at : 0x0000000000000018
  executing ccw chain at : 0x000000000000e000

  2020-03-01T06:24:56.879314Z qemu-system-s390x: warning: vfio-ccw
  (devno fe.0.0000): PFCH flag forced


  s390zp12:~ # cat test.sh
  /root/qemu/s390x-softmmu/qemu-system-s390x \
  -machine s390-ccw-virtio,accel=kvm \
  -nographic \
  -bios /root/qemu/pc-bios/s390-ccw/s390-ccw.img \
  -device vfio-ccw,id=hostdev0,sysfsdev=/sys/bus/mdev/devices/08e8c006-146d-48d3-b21a-c005f9d3a04b,,devno=fe.0.0000,bootindex=1 \
  -global vfio-ccw.force-orb-pfch=yes \

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


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

end of thread, other threads:[~2021-07-06  4:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 23:52 [Bug 1865626] [NEW] qemu hang when ipl boot from a mdev dasd liang yan
2020-03-02 23:59 ` [Bug 1865626] " liang yan
2021-05-06  7:03 ` Thomas Huth
2021-07-06  4:17 ` [Bug 1865626] Re: s390x guest " 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).