diff options
| author | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-12 08:06:02 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-12 08:06:02 -0500 |
| commit | 9b024b5f965a3c11aa65435df5b9e8f1cc24d3fa (patch) | |
| tree | 952d44ca7f7c2f2333fbcc005d8f49f6dbba988f /exec.c | |
| parent | eecaecedec1eb6a47be370a6023bc220a3d30c85 (diff) | |
| parent | 85d59fef9defc78790c8b6cee833d4a77c22a490 (diff) | |
| download | focaccia-qemu-9b024b5f965a3c11aa65435df5b9e8f1cc24d3fa.tar.gz focaccia-qemu-9b024b5f965a3c11aa65435df5b9e8f1cc24d3fa.zip | |
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'exec.c')
| -rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c index be7e4b2451..63adb189e7 100644 --- a/exec.c +++ b/exec.c @@ -110,7 +110,7 @@ static uint8_t *code_gen_ptr; int phys_ram_fd; static int in_migration; -RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list) }; +RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list.blocks) }; static MemoryRegion *system_memory; static MemoryRegion *system_io; |