aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-17hw/i386/acpi: Assert a pointer is not null BEFORE using itPhilippe Mathieu-Daudé1-1/+1
2019-05-17hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularityPhilippe Mathieu-Daudé5-30/+16
2019-05-17hw/acpi/piix4: Move TYPE_PIIX4_PM to a public headerPhilippe Mathieu-Daudé2-2/+2
2019-05-17kbd-state: fix autorepeat handlingGerd Hoffmann1-1/+5
2019-05-17ui/console: Precautionary glBindTexture and surface->texture validation in su...HOU Qiming1-7/+11
2019-05-17ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault1-14/+29
2019-05-17ui/curses: do not assume wchar_t contains unicodeSamuel Thibault1-57/+100
2019-05-17Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell6-4/+19
2019-05-17Merge remote-tracking branch 'remotes/vivier/tags/m68k-staging-pull-request' ...Peter Maydell5-38/+84
2019-05-17net/colo-compare.c: Fix a crash in COLO Primary.Lukas Straub1-2/+1
2019-05-17net/slirp: fix the IPv6 prefix length error messageStefano Garzarella1-1/+2
2019-05-17e1000: Never increment the RX undersize count registerChris Kenna1-1/+0
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang3-0/+16
2019-05-17MAINTAINERS: add myself for leon3KONRAD Frederic1-0/+1
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic5-1/+362
2019-05-17leon3: add a little bootloaderKONRAD Frederic1-8/+71
2019-05-17grlib, apbuart: get rid of the old-style create functionKONRAD Frederic3-22/+11
2019-05-17grlib, gptimer: get rid of the old-style create functionKONRAD Frederic3-29/+19
2019-05-17grlib, irqmp: get rid of the old-style create functionKONRAD Frederic3-33/+13
2019-05-17leon3: fix the error message when no bios are providedKONRAD Frederic1-4/+6
2019-05-17hw/char/escc: Lower irq when transmit buffer is filledStephen Checkoway1-0/+7
2019-05-17memory: correct the comment to DIRTY_MEMORY_MIGRATIONWei Yang1-2/+2
2019-05-17vl: fix -sandbox parsing crash when seccomp support is disabledMarc-André Lureau1-8/+10
2019-05-17hvf: Add missing break statementChen Zhang1-0/+1
2019-05-17target/m68k: Optimize rotate_x() using extract_i32()Philippe Mathieu-Daudé1-3/+2
2019-05-17target/m68k: Fix a tcg_temp leakPhilippe Mathieu-Daudé1-0/+1
2019-05-17target/m68k: Reduce the l1 TCGLabel scopePhilippe Mathieu-Daudé1-2/+1
2019-05-16target/m68k: Switch to transaction_failed hookPeter Maydell3-16/+13
2019-05-16target/m68k: In get_physical_address() check for memory access failuresPeter Maydell1-10/+52
2019-05-16target/m68k: In dump_address_map() check for memory access failuresPeter Maydell1-7/+15
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell83-1129/+866
2019-05-16Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190514b'...Peter Maydell11-75/+105
2019-05-15megasas: fix mapped frame sizePeter Lieven1-1/+1
2019-05-15vl: Add missing descriptions to the VGA adapters listPhilippe Mathieu-Daudé1-0/+2
2019-05-15Declare -realtime as deprecatedThomas Huth2-0/+7
2019-05-15roms: assert if max rom size is less than the used sizeIgor Mammedov1-0/+1
2019-05-15hw/input: Add a CONFIG_PS2 switch for the ps2.c fileThomas Huth2-1/+6
2019-05-14monitor: Call mon_get_cpu() only once at hmp_gva2gpa()Eduardo Habkost1-2/+1
2019-05-14migration/ram.c: fix typos in commentsWei Yang1-5/+5
2019-05-14migration: Fix use-after-free during process exitYury Kotov1-5/+20
2019-05-14migration/savevm: wrap into qemu_loadvm_state_header()Wei Yang1-29/+40
2019-05-14migration/savevm: load_header before load_setupWei Yang1-4/+4
2019-05-14migration/savevm: remove duplicate check of migration_is_blockedWei Yang1-4/+0
2019-05-14migration: update comments of migration bitmapYi Wang1-3/+1
2019-05-14migration/ram.c: start of migration_bitmap_sync_range is always 0Wei Yang1-4/+4
2019-05-14qemu-option.hx: Update missed parameter for colo-compareZhang Chen1-3/+6
2019-05-14migration/colo.h: Remove obsolete codesZhang Chen1-2/+0
2019-05-14migration/colo.c: Remove redundant input parameterZhang Chen3-3/+3
2019-05-14migration: savevm: fix error code with migration blockersCole Robinson1-1/+1
2019-05-14vmstate: check subsection_found is enoughWei Yang1-4/+4