mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 20:07:23 +00:00
(temporary) only physical dump is possible in gdb
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@519 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9fa3e85353
commit
2ddbbd10de
@ -249,7 +249,7 @@ static int put_packet(char *buf)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* better than nothing for SOFTMMU : we use physical addresses */
|
/* better than nothing for SOFTMMU : we use physical addresses */
|
||||||
#ifdef CONFIG_SOFTMMU
|
#if !defined(CONFIG_USER_ONLY)
|
||||||
static int memory_rw(uint8_t *buf, uint32_t addr, int len, int is_write)
|
static int memory_rw(uint8_t *buf, uint32_t addr, int len, int is_write)
|
||||||
{
|
{
|
||||||
uint8_t *ptr;
|
uint8_t *ptr;
|
||||||
|
Loading…
Reference in New Issue
Block a user