]> git.proxmox.com Git - mirror_qemu.git/shortlog
mirror_qemu.git
2019-09-19 Peter MaydellMerge remote-tracking branch 'remotes/stefanha/tags...
2019-09-19 Peter MaydellMerge remote-tracking branch 'remotes/palmer/tags/riscv...
2019-09-18 Philippe Mathieu... trace: Forbid event format ending with newline character
2019-09-18 Philippe Mathieu... trace: Remove trailing newline in events
2019-09-18 Alexey Kardashevskiyloader: Trace loaded images
2019-09-17 KONRAD Fredericgdbstub: riscv: fix the fflags registers
2019-09-17 Alistair Francistarget/riscv: Use TB_FLAGS_MSTATUS_FS for floating...
2019-09-17 Alistair Francistarget/riscv: Fix mstatus dirty mask
2019-09-17 Atish Patratarget/riscv: Use both register name and ABI name
2019-09-17 Bin Mengriscv: sifive_u: Update model and compatible strings...
2019-09-17 Bin Mengriscv: sifive_u: Remove handcrafted clock nodes for...
2019-09-17 Bin Mengriscv: sifive_u: Fix broken GEM support
2019-09-17 Bin Mengriscv: sifive_u: Instantiate OTP memory with a serial...
2019-09-17 Bin Mengriscv: sifive: Implement a model for SiFive FU540 OTP
2019-09-17 Bin Mengriscv: roms: Update default bios for sifive_u machine
2019-09-17 Bin Mengriscv: sifive_u: Change UART node name in device tree
2019-09-17 Bin Mengriscv: sifive_u: Update UART base addresses and IRQs
2019-09-17 Bin Mengriscv: sifive_u: Reference PRCI clocks in UART and...
2019-09-17 Bin Mengriscv: sifive_u: Add PRCI block to the SoC
2019-09-17 Bin Mengriscv: sifive_u: Generate hfclk and rtcclk nodes
2019-09-17 Bin Mengriscv: sifive: Implement PRCI model for FU540
2019-09-17 Bin Mengriscv: sifive_u: Update PLIC hart topology configuratio...
2019-09-17 Bin Mengriscv: sifive_u: Update hart configuration to reflect...
2019-09-17 Bin Mengriscv: sifive_u: Set the minimum number of cpus to 2
2019-09-17 Bin Mengriscv: hart: Add a "hartid-base" property to RISC-V...
2019-09-17 Bin Mengriscv: hart: Extract hart realize to a separate routine
2019-09-17 Bin Mengriscv: Add a sifive_cpu.h to include both E and U cpu...
2019-09-17 Bin Mengriscv: sifive_e: Drop sifive_mmio_emulate()
2019-09-17 Bin Mengriscv: sifive_e: prci: Update the PRCI register block...
2019-09-17 Bin Mengriscv: sifive_e: prci: Fix a typo of hfxosccfg register...
2019-09-17 Bin Mengriscv: sifive: Rename sifive_prci.{c, h} to sifive_e_pr...
2019-09-17 Bin Mengriscv: sifive_u: Remove the unnecessary include of...
2019-09-17 Bin Mengriscv: roms: Remove executable attribute of opensbi...
2019-09-17 Bin Mengriscv: hw: Remove the unnecessary include of target...
2019-09-17 Bin Mengriscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR...
2019-09-17 Bin Mengriscv: hw: Change create_fdt() to return void
2019-09-17 Bin Mengriscv: hw: Remove not needed PLIC properties in device...
2019-09-17 Bin Mengriscv: hw: Use qemu_fdt_setprop_cell() for property...
2019-09-17 Bin Mengriscv: hw: Remove superfluous "linux, phandle" property
2019-09-17 Bin Mengriscv: hw: Remove duplicated "hw/hw.h" inclusion
2019-09-17 Bin Mengriscv: sifive_test: Add reset functionality
2019-09-17 Bin Mengriscv: hmp: Add a command to show virtual memory mappings
2019-09-17 Bin Mengriscv: Resolve full path of the given bios image
2019-09-17 Bin Mengriscv: Add a helper routine for finding firmware
2019-09-17 Bin Mengriscv: rv32: Root page table address can be larger...
2019-09-17 Alistair Francistarget/riscv: Update the Hypervisor CSRs to v0.4
2019-09-17 Alistair Francistarget/riscv: Create function to test if FP is enabled
2019-09-17 Alistair Francisriscv: plic: Remove unused interrupt functions
2019-09-17 Philippe Mathieu... target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE)...
2019-09-17 Philippe Mathieu... target/riscv/pmp: Restrict priviledged PMP to system...
2019-09-17 Guenter Roeckriscv: sifive_u: Fix clock-names property for ethernet...
2019-09-17 Guenter Roeckriscv: sivive_u: Add dummy serial clock and aliases...
2019-09-17 Guenter Roeckriscv: sifive_u: Add support for loading initrd
2019-09-17 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2019-09-17 Peter Maydelltarget/sparc: Switch to do_transaction_failed() hook
2019-09-17 Peter Maydelltarget/sparc: Remove unused ldl_phys from dump_mmu()
2019-09-17 Peter Maydelltarget/sparc: Handle bus errors in mmu_probe()
2019-09-17 Peter Maydelltarget/sparc: Correctly handle bus errors in page table...
2019-09-17 Peter Maydelltarget/sparc: Check for transaction failures in MXCC...
2019-09-17 Peter Maydelltarget/sparc: Check for transaction failures in MMU...
2019-09-17 Peter Maydelltarget/sparc: Factor out the body of sparc_cpu_unassign...
2019-09-17 Peter MaydellMerge remote-tracking branch 'remotes/bonzini/tags...
2019-09-16 Sergio Lopezvirtio-mmio: implement modern (v2) personality (virtio-1)
2019-09-16 Philippe Mathieu... hw/i386/pc: Extract the x86 generic fw_cfg code
2019-09-16 Philippe Mathieu... hw/i386/pc: Rename pc_build_feature_control() as generi...
2019-09-16 Philippe Mathieu... hw/i386/pc: Let pc_build_feature_control() take a Machi...
2019-09-16 Philippe Mathieu... hw/i386/pc: Let pc_build_feature_control() take a FWCfg...
2019-09-16 Philippe Mathieu... hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_...
2019-09-16 Philippe Mathieu... hw/i386/pc: Let pc_build_smbios() take a generic Machin...
2019-09-16 Philippe Mathieu... hw/i386/pc: Let pc_build_smbios() take a FWCfgState...
2019-09-16 Paolo Bonzinihw/i386/pc: Replace PCMachineState argument with Machin...
2019-09-16 Philippe Mathieu... hw/i386/pc: Pass the CPUArchIdList array by argument
2019-09-16 Philippe Mathieu... hw/i386/pc: Pass the apic_id_limit value by argument
2019-09-16 Philippe Mathieu... hw/i386/pc: Pass the boot_cpus value by argument
2019-09-16 Philippe Mathieu... hw/i386/pc: Rename bochs_bios_init as more generic...
2019-09-16 Philippe Mathieu... hw/i386/pc: Use address_space_memory in place
2019-09-16 Philippe Mathieu... hw/i386/pc: Extract e820 memory layout code
2019-09-16 Philippe Mathieu... hw/i386/pc: Use e820_get_num_entries() to access e820_e...
2019-09-16 Yury Kotovcpus: Fix throttling during vm_stop
2019-09-16 Yury Kotovqemu-thread: Add qemu_cond_timedwait
2019-09-16 Peter MaydellMerge remote-tracking branch 'remotes/maxreitz/tags...
2019-09-16 Maxim Levitskyqemu-iotests: Add test for bz #1745922
2019-09-16 Maxim Levitskyblock/qcow2: refactor encryption code
2019-09-16 Maxim Levitskyblock/qcow2: Fix corruption introduced by commit 8ac0f1...
2019-09-16 Sergio Lopezblockjob: update nodes head while removing all bdrv
2019-09-16 Max Reitzcurl: Check curl_multi_add_handle()'s return code
2019-09-16 Max Reitzcurl: Handle success in multi_check_completion
2019-09-16 Max Reitzcurl: Report only ready sockets
2019-09-16 Max Reitzcurl: Pass CURLSocket to curl_multi_do()
2019-09-16 Max Reitzcurl: Check completion in curl_multi_do()
2019-09-16 Max Reitzcurl: Keep *socket until the end of curl_sock_cb()
2019-09-16 Max Reitzcurl: Keep pointer to the CURLState in CURLSocket
2019-09-16 Vladimir Sementsov... tests/qemu-iotests: Fix qemu-io related output in 026...
2019-09-16 Thomas Huthtests/Makefile: Do not print the name of the check...
2019-09-16 Thomas Huthtests/qemu-iotests/check: Replace "tests" with "iotests...
2019-09-16 Nir Sofferblock: Remove unused masks
2019-09-16 Nir Sofferblock: Use QEMU_IS_ALIGNED
2019-09-16 Peter MaydellMerge remote-tracking branch 'remotes/rth/tags/pull...
2019-09-16 Paolo Bonzinimemory: inline and optimize devend_memop
2019-09-16 Pankaj Guptavirtio pmem: user document
next