qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 526653] Re: Breakpoint on Memory address fails with KV


From: Launchpad Bug Tracker
Subject: [Qemu-devel] [Bug 526653] Re: Breakpoint on Memory address fails with KVM
Date: Sat, 11 Mar 2017 04:17:20 -0000

[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/526653

Title:
  Breakpoint on Memory address fails with KVM

Status in QEMU:
  Expired

Bug description:
  Using QEMU version 0.12.50 under ubuntu Karmic x64

  To reproduce the error using a floppy with a bootloder:
  qemu-system-x86_64 -s -S -fda floppy.img -boot a -enable-kvm

  connect with gdb:
  (gdb) set arch i8086
  The target architecture is assumed to be i8086
  (gdb) target remote localhost:1234
  Remote debugging using localhost:1234
  0x0000fff0 in ?? ()
  (gdb) break *0x7c00
  Breakpoint 1 at 0x7c00
  (gdb) continue
  Continuing.

  The breakpoint is not hit.

  If you close qemu and start it without kvm support:

  qemu-system-x86_64 -s -S -fda floppy.img -boot a

  (gdb) set arch i8086
  The target architecture is assumed to be i8086
  (gdb) target remote localhost:1234
  Remote debugging using localhost:1234
  0x0000fff0 in ?? ()
  (gdb) break *0x7c00
  Breakpoint 1 at 0x7c00
  (gdb) continue
  Continuing.

  Breakpoint 1, 0x00007c00 in ?? ()
  (gdb) 

  The breakpoint is hit.  If you wait until after the bootloader has
  been loaded into memory, you can properly set breakpoints with or
  without kvm enabled.

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]