diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2010-08-26 20:38:04 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-08-26 20:38:04 -0300 |
commit | ee67c3f4534efd89a03d874c5d91b125c7b4ed51 (patch) | |
tree | 33c311aca994661925aeb8e76ebed1ac8b5c925f /exec.c | |
parent | 422476cc42275e23e4ec2cf99d6c3aac6aa1f39f (diff) | |
parent | 84b89d782f03b99770759f1d9d6e4e95a2641c35 (diff) |
Merge commit '84b89d782f03b99770759f1d9d6e4e95a2641c35' into upstream-merge
* commit '84b89d782f03b99770759f1d9d6e4e95a2641c35':
Add qemu_ram_alloc_from_ptr function
microblaze: Fix the target version of stat64 struct
audio/sdl: return on error
mips: Add support for VInt and VEIC irq modes
audio/sdl: be more anal about errors
audio: make audio_pt_init block all signals
sparc32: use FW_CFG_CMDLINE_SIZE
ide: Avoid canceling IDE DMA
block: Change bdrv_eject() not to drop the image
block: Fix bdrv_has_zero_init
block migration: replace tabs by spaces.
loadvm: improve tests before bdrv_snapshot_goto()
block: Change bdrv_commit to handle multiple sectors at once
fix last cpu timer initialization
Conflicts:
cpu-common.h
exec.c
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2824,7 +2824,7 @@ static ram_addr_t last_ram_offset(void) return last; } -ram_addr_t qemu_ram_map(DeviceState *dev, const char *name, +ram_addr_t qemu_ram_alloc_from_ptr(DeviceState *dev, const char *name, ram_addr_t size, void *host) { RAMBlock *new_block, *block; |