Fedora1? Seriously? :-P
--
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
Status in Kernel Virtual Machine: Confirmed
Status in Q
Quoting Коренберг Марк (595...@bugs.launchpad.net):
> Please say how to make ppa:... repository work for me.
sudo add-apt-repository ppa:serge-hallyn/virt
sudo apt-get update
sudo apt-get upgrade
Then to remove it, rm /etc/apt/sources.list.d/serge-hallyn-virt-lucid.list
and apt-get update again.
Could you test qemu-kvm_0.12.3+noroms-0ubuntu10 from
ppa:serge-hallyn/virt? If this fixes your problem then I will
propose it for merge.
--
KVM segmentation fault, using SCSI+writeback and linux 2.4 guest
https://bugs.launchpad.net/bugs/595438
You received this bug notification because you are a
Коренберг Марк wrote:
> Patch was created and sent to developers by Jan Kiszka. (He does not
> love bugtrackers)
Patches have to go via the mailing list, not some bug tracker. That's
policy here just like in many other projects. Also, I didn't say I hate
bug trackers in general, just this one as d
Коренберг Марк wrote:
> I can send .iso installation image (~400mb compressed) and instructions
> how to reproduce bug.
That would be good. Please drop be a mail where to pick it up.
Jan
signature.asc
Description: OpenPGP digital signature
Коренберг Марк wrote:
> void scsi_req_complete(SCSIRequest *req)
> {
> assert(req->status != -1);
> req->bus->complete(req->bus, SCSI_REASON_DONE,
>req->tag,
>req->status);
> }
>
> (gdb) bt 1
> #0 0x0852cd88 in ?? ()
> (More stack frames fol