summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace eventsPhilippe Mathieu-Daudé2019-09-172-21/+16Star
* target/riscv/pmp: Restrict priviledged PMP to system-mode emulationPhilippe Mathieu-Daudé2019-09-172-5/+2Star
* riscv: sifive_u: Fix clock-names property for ethernet nodeGuenter Roeck2019-09-171-1/+1
* riscv: sivive_u: Add dummy serial clock and aliases entry for uartGuenter Roeck2019-09-171-2/+17
* riscv: sifive_u: Add support for loading initrdGuenter Roeck2019-09-171-3/+17
* target/sparc: Switch to do_transaction_failed() hookPeter Maydell2019-09-173-8/+18
* target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell2019-09-171-3/+1Star
* target/sparc: Handle bus errors in mmu_probe()Peter Maydell2019-09-171-4/+25
* target/sparc: Correctly handle bus errors in page table walksPeter Maydell2019-09-171-4/+20
* target/sparc: Check for transaction failures in MXCC stream ASI accessesPeter Maydell2019-09-171-20/+37
* target/sparc: Check for transaction failures in MMU passthrough ASIsPeter Maydell2019-09-171-16/+33
* target/sparc: Factor out the body of sparc_cpu_unassigned_access()Peter Maydell2019-09-171-95/+106
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-09-1728-380/+456
|\
| * hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé2019-09-163-131/+145
| * hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé2019-09-161-3/+3
| * hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
| * hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
| * hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé2019-09-161-2/+2
| * hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
| * hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-5/+5
| * hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini2019-09-161-4/+4
| * hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé2019-09-161-10/+9Star
| * hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé2019-09-161-2/+3
| * hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
| * hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé2019-09-161-3/+3
| * hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé2019-09-161-3/+4
| * hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-166-72/+104
| * hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé2019-09-161-1/+1
| * cpus: Fix throttling during vm_stopYury Kotov2019-09-161-8/+17
| * qemu-thread: Add qemu_cond_timedwaitYury Kotov2019-09-164-12/+85
| * memory: inline and optimize devend_memopPaolo Bonzini2019-09-162-19/+18Star
| * memory: fetch pmem size in get_file_size()Stefan Hajnoczi2019-09-165-96/+33Star
| * elf-ops.h: fix int overflow in load_elf()Stefano Garzarella2019-09-163-0/+8
| * hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson2019-09-162-1/+1
| * test-char: fix AddressSanitizer failurePaolo Bonzini2019-09-161-22/+22
| * win32: fix README file in NSIS installerPaolo Bonzini2019-09-161-2/+2
| * exec.c: add a check between constants to see whether we could skipWei Yang2019-09-161-1/+2
| * exec.c: correct the maximum skip value during compactWei Yang2019-09-161-1/+1
| * exec.c: subpage->sub_section is already initialized to 0Wei Yang2019-09-161-5/+5
| * exec.c: get nodes_nb_alloc with one MAX calculationWei Yang2019-09-161-2/+1Star
| * exec.c: replace hwaddr with uint64_t for better understandingWei Yang2019-09-161-2/+2
| * i386/kvm: support guest access CORE cstateWanpeng Li2019-09-162-2/+5
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-09-16' in...Peter Maydell2019-09-1620-234/+380
|\ \
| * | qemu-iotests: Add test for bz #1745922Maxim Levitsky2019-09-163-0/+132
| * | block/qcow2: refactor encryption codeMaxim Levitsky2019-09-164-48/+69
| * | block/qcow2: Fix corruption introduced by commit 8ac0f15f335Maxim Levitsky2019-09-161-3/+4
| * | blockjob: update nodes head while removing all bdrvSergio Lopez2019-09-161-4/+13
| * | curl: Check curl_multi_add_handle()'s return codeMax Reitz2019-09-161-1/+7
| * | curl: Handle success in multi_check_completionMax Reitz2019-09-161-40/+29Star
| * | curl: Report only ready socketsMax Reitz2019-09-161-11/+6Star