Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
but 'info mem' can show memory info during booting. for windows guest, it work well. this is a testing senario.
host guest during boot after booting
6.3 6.2 can show info cann't show
6.3 5.7 can show info cann't show
6.3 win2008r2 can show info can show info
6.3 win2003-64 can show info can show info
Version-Release number of selected component (if applicable):
rpm -qa|grep qemu
qemu-kvm-0.12.1.2-2.210.el6
How reproducible:
always
Steps to Reproduce:
1./usr/libexec/qemu-kvm -M rhel6.2.0 -m 4096 -smp 4,cores=2,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -name rhel6.2-64 -chardev socket,id=serial_20111215,path=/tmp/serial,server,nowait -device isa-serial,chardev=serial_20111215 -drive file=/home/rhel6.2-64.qcow2,index=0,if=none,id=drive-ide-disk1,media=disk,cache=none,format=qcow2,aio=native -device ide-drive,drive=drive-ide-disk1,id=ide-disk1 -device rtl8139,netdev=idbEmLYK,mac=9a:3c:3a:f0:b4:1a,id=ndev00idbEmLYK,bus=pci.0,addr=0x3 -netdev tap,id=idbEmLYK,vhost=on -rtc base=utc,clock=host,driftfix=slew -boot order=cdn,once=d,menu=on -no-kvm-pit-reinjection -usb -device usb-tablet -enable-kvm -chardev socket,id=qmp_monitor_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1,server,nowait -mon chardev=qmp_monitor_id_qmpmonitor1,mode=control -spice port=5911,disable-ticketing -vga qxl -monitor stdio
2.during booting
(qemu) info mem
88000000-88001000 00001000 -rw
88002000-88003000 00001000 urw
88004000-88005000 00001000 urw
88006000-88007000 00001000 urw
88008000-88009000 00001000 urw
c9400000-c9408000 00008000 -rw
.
.
.
3.after booted
(qemu) info mem
Actual results:
cann't show anything
Expected results:
show memory info
Additional info:
(In reply to comment #1)
> I cannot reproduce this with neither a Fedora 16 guest, nor a RHEL6.1 guest.
I tested RHEL6.1 guest, after guest booting, if doesn't do anything in guest. 'info mem' still cann't show anything. if try to run dd command in guest, info mem sometimes works.
Description of problem: but 'info mem' can show memory info during booting. for windows guest, it work well. this is a testing senario. host guest during boot after booting 6.3 6.2 can show info cann't show 6.3 5.7 can show info cann't show 6.3 win2008r2 can show info can show info 6.3 win2003-64 can show info can show info Version-Release number of selected component (if applicable): rpm -qa|grep qemu qemu-kvm-0.12.1.2-2.210.el6 How reproducible: always Steps to Reproduce: 1./usr/libexec/qemu-kvm -M rhel6.2.0 -m 4096 -smp 4,cores=2,threads=1,sockets=2 -cpu cpu64-rhel6,+sse2,+x2apic -name rhel6.2-64 -chardev socket,id=serial_20111215,path=/tmp/serial,server,nowait -device isa-serial,chardev=serial_20111215 -drive file=/home/rhel6.2-64.qcow2,index=0,if=none,id=drive-ide-disk1,media=disk,cache=none,format=qcow2,aio=native -device ide-drive,drive=drive-ide-disk1,id=ide-disk1 -device rtl8139,netdev=idbEmLYK,mac=9a:3c:3a:f0:b4:1a,id=ndev00idbEmLYK,bus=pci.0,addr=0x3 -netdev tap,id=idbEmLYK,vhost=on -rtc base=utc,clock=host,driftfix=slew -boot order=cdn,once=d,menu=on -no-kvm-pit-reinjection -usb -device usb-tablet -enable-kvm -chardev socket,id=qmp_monitor_id_qmpmonitor1,path=/tmp/monitor-qmpmonitor1,server,nowait -mon chardev=qmp_monitor_id_qmpmonitor1,mode=control -spice port=5911,disable-ticketing -vga qxl -monitor stdio 2.during booting (qemu) info mem 88000000-88001000 00001000 -rw 88002000-88003000 00001000 urw 88004000-88005000 00001000 urw 88006000-88007000 00001000 urw 88008000-88009000 00001000 urw c9400000-c9408000 00008000 -rw . . . 3.after booted (qemu) info mem Actual results: cann't show anything Expected results: show memory info Additional info: