aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-20block: Use BDRV_REQUEST_MAX_BYTES instead of BDRV_REQUEST_MAX_SECTORSAlberto Garcia2-7/+6
2019-05-20qcow2: Define and use QCOW2_COMPRESSED_SECTOR_SIZEAlberto Garcia4-14/+23
2019-05-20block/file-posix: Truncate in xfs_write_zeroes()Max Reitz1-0/+13
2019-05-20Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190519' into stagingPeter Maydell5-70/+141
2019-05-20Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell6-57/+171
2019-05-19target/alpha: Fix user-only floating-point exceptionsRichard Henderson5-61/+131
2019-05-19target/alpha: Clean up alpha_cpu_dump_stateRichard Henderson1-9/+10
2019-05-17Merge remote-tracking branch 'remotes/kraxel/tags/ui-20190517-pull-request' i...Peter Maydell3-76/+142
2019-05-17virtfs: Fix documentation of -fsdev and -virtfsGreg Kurz1-27/+66
2019-05-17vl: Deprecate -virtfs_synthGreg Kurz3-1/+11
2019-05-17fsdev: Error out when unsupported option is passedGreg Kurz1-3/+71
2019-05-17fsdev: Move some types definition to qemu-fsdev.cGreg Kurz2-24/+23
2019-05-17fsdev: Drop unused opaque fieldGreg Kurz1-1/+0
2019-05-17fsdev: Drop unused extern declarationGreg Kurz1-1/+0
2019-05-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell32-426/+568
2019-05-17Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20190517' into...Peter Maydell10-97/+490
2019-05-17hw/net/ne2000: Extract the PCI device from the chipset common codePhilippe Mathieu-Daudé4-108/+139
2019-05-17hw/char: Move multi-serial devices into separate fileThomas Huth4-170/+215
2019-05-17ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...Vitaly Kuznetsov3-5/+56
2019-05-17build: don't build hardware objects with linux-userLaurent Vivier3-50/+58
2019-05-17build: chardev is only needed for softmmu targetsLaurent Vivier2-2/+3
2019-05-17configure: qemu-ga is only needed with softmmu targetsLaurent Vivier1-1/+3
2019-05-17build: replace GENERATED_FILES by generated-files-yLaurent Vivier4-36/+34
2019-05-17trace: only include trace-event-subdirs when they are neededLaurent Vivier1-5/+7
2019-05-17sun4m: obey -vga nonePaolo Bonzini1-4/+2
2019-05-17mips-fulong2e: obey -vga nonePaolo Bonzini1-4/+6
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