aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-22linux-user: Add support for FS_IOC_<GET|SET>VERSION ioctlsAleksandar Markovic2-3/+7
2020-01-22linux-user: Reserve space for brkRichard Henderson2-17/+57
2020-01-22linux-user:Fix align mistake when mmap guest spaceXinyu Li1-1/+1
2020-01-22i386:acpi: Remove _HID from the SMBus ACPI entryCorey Minyard10-1/+0
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan2-2/+12
2020-01-22virtio-scsi: convert to new virtio_delete_queuePan Nengyuan1-3/+3
2020-01-22virtio-scsi: delete vqs in unrealize to avoid memleaksPan Nengyuan1-0/+6
2020-01-22virtio-9p-device: convert to new virtio_delete_queuePan Nengyuan1-1/+1
2020-01-22virtio-9p-device: fix memleak in virtio_9p_device_unrealizePan Nengyuan1-0/+1
2020-01-22bios-tables-test: document expected file updateMichael S. Tsirkin1-5/+18
2020-01-22acpi: cpuhp: add CPHP_GET_CPU_ID_CMD commandIgor Mammedov2-0/+10
2020-01-22acpi: cpuhp: spec: add typical usecasesIgor Mammedov1-3/+48
2020-01-22acpi: cpuhp: introduce 'Command data 2' fieldIgor Mammedov3-1/+16
2020-01-22acpi: cpuhp: spec: clarify store into 'Command data' when 'Command field' == 0Igor Mammedov1-2/+1
2020-01-22acpi: cpuhp: spec: fix 'Command data' descriptionIgor Mammedov1-6/+5
2020-01-22acpi: cpuhp: spec: clarify 'CPU selector' register usage and endiannessIgor Mammedov1-6/+12
2020-01-22tests: q35: MCH: add default SMBASE SMRAM lock testIgor Mammedov1-0/+105
2020-01-22q35: implement 128K SMRAM at default SMBASE addressIgor Mammedov3-8/+90
2020-01-21scripts/git.orderfile: Display decodetree before C sourcePhilippe Mathieu-Daudé1-0/+3
2020-01-21cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson1-6/+8
2020-01-21cputlb: Initialize tlbs as flushedRichard Henderson1-2/+3
2020-01-21cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson1-17/+16
2020-01-21cputlb: Split out tlb_mmu_flush_lockedRichard Henderson1-5/+10
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson1-9/+10
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson1-18/+17
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson1-7/+8
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson2-5/+5
2020-01-21cputlb: Merge tlb_table_flush_by_mmuidx into tlb_flush_one_mmuidx_lockedRichard Henderson1-12/+7
2020-01-21vl: Only choose enabled accelerators in configure_acceleratorsRichard Henderson1-8/+13
2020-01-21vl: Remove useless test in configure_acceleratorsRichard Henderson1-1/+1
2020-01-21vl: Reduce scope of variables in configure_acceleratorsRichard Henderson1-1/+2
2020-01-21vl: Remove unused variable in configure_acceleratorsRichard Henderson1-2/+1
2020-01-21util/cacheinfo: fix crash when compiling with uClibcCarlos Santos1-2/+8
2020-01-21cputlb: Handle NB_MMU_MODES > TARGET_PAGE_BITS_MINRichard Henderson1-35/+132
2020-01-21Merge remote-tracking branch 'remotes/philmd-gitlab/tags/edk2-next-20200121' ...Peter Maydell5-0/+84
2020-01-21gitlab-ci.yml: Add jobs to build EDK2 firmware binariesPhilippe Mathieu-Daudé4-0/+81
2020-01-21roms/edk2-funcs: Force softfloat ARM toolchain prefix on DebianPhilippe Mathieu-Daudé1-0/+3
2020-01-21Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-5.0-pull-request' ...Peter Maydell1-15/+27
2020-01-21m68k: Fix regression causing Single-Step via GDB/RSP to not single stepLaurent Vivier1-15/+27
2020-01-21Makefile: add missing mkdir MANUAL_BUILDDIRStefan Hajnoczi1-0/+1
2020-01-20Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-01-20' into sta...Peter Maydell6-39/+49
2020-01-209pfs/9p.c: remove unneeded labelsDaniel Henrique Barboza1-6/+3
2020-01-20virtfs-proxy-helper.c: remove 'err_out' label in setugid()Daniel Henrique Barboza1-3/+1
2020-01-209p: init_in_iov_from_pdu can truncate the sizeGreg Kurz4-21/+38
2020-01-209p: local: always return -1 on error in local_unlinkat_commonDaniel Henrique Barboza1-8/+6
2020-01-209pfs: local: Fix possible memory leak in local_link()Jiajun Chen1-1/+1
2020-01-20qapi: Fix code generation with Python 3.5Markus Armbruster1-1/+1
2020-01-20Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-pull-r...Peter Maydell27-132/+659