aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-04hw/loongarch/virt: Fix virt_to_phys_addr functionTianrui Zhao
2023-04-03Merge tag 'pull-target-arm-20230403' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-04-03hw/ssi: Fix Linux driver init issue with xilinx_spiChris Rauer
2023-04-03target/arm: Fix generated code for cpreg reads when HSTR is activePeter Maydell
2023-04-03hw/arm: do not free machine->fdt in arm_load_dtb()Markus Armbruster
2023-04-03target/arm: Fix non-TCG build failure by inlining pauth_ptr_mask()Philippe Mathieu-Daudé
2023-03-30Merge tag 'misc-fixes-20230330' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-03-30block/dmg: Ignore C99 prototype declaration mismatch from <lzfse.h>Philippe Mathieu-Daudé
2023-03-30hw/i2c: pmbus: block uninitialised string readsTitus Rwantare
2023-03-30tests/avocado: Enable TuxRun/mips64 (big-endian) testPhilippe Mathieu-Daudé
2023-03-30hw/mips/gt64xxx_pci: Don't endian-swap GT_PCI0_CFGADDRJiaxun Yang
2023-03-30linux-user/mips: Use P5600 as default CPU to run NaN2008 ELF binariesPhilippe Mathieu-Daudé
2023-03-30linux-user/sparc: Don't use 16-bit UIDs on SPARC V9Philippe Mathieu-Daudé
2023-03-29Merge tag 'pull-tcg-20230328' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé
2023-03-28softmmu/watchpoint: Add missing 'qemu/error-report.h' includePhilippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-28linux-user/arm: Take more care allocating commpageRichard Henderson
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28linux-user: Pass last not end to probe_guest_baseRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_page_range__lockedRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_collection_lockRichard Henderson
2023-03-28accel/tcg: Pass last not end to PAGE_FOR_EACH_TBRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-03-28linux-user: Diagnose misaligned -R sizeRichard Henderson
2023-03-28tcg: use QTree instead of GTreeEmilio Cota
2023-03-28util: import GTree as QTreeEmilio Cota
2023-03-28Update version for v8.0.0-rc2 releasev8.0.0-rc2Peter Maydell
2023-03-28Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-03-28Merge tag 'pull-target-arm-20230328' of https://git.linaro.org/people/pmaydel...Peter Maydell
2023-03-28Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2023-03-28Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell
2023-03-28target/arm/gdbstub: Only advertise M-profile features if TCG availablePhilippe Mathieu-Daudé
2023-03-28igb: respect VMVIR and VMOLR for VLANSriram Yagnaraman
2023-03-28igb: implement VF Tx and Rx statsSriram Yagnaraman
2023-03-28igb: respect E1000_VMOLR_RSSESriram Yagnaraman
2023-03-28igb: check oversized packets for VMDqSriram Yagnaraman
2023-03-28igb: implement VFRE and VFTE registersSriram Yagnaraman
2023-03-28igb: add ICR_RXDWSriram Yagnaraman
2023-03-28igb: handle PF/VF reset properlySriram Yagnaraman
2023-03-28MAINTAINERS: Add Sriram Yagnaraman as a igb reviewerSriram Yagnaraman
2023-03-28hw/net/net_tx_pkt: Align l3_hdrAkihiko Odaki
2023-03-28hw/net/net_tx_pkt: Ignore ECN bitAkihiko Odaki
2023-03-28igb: Fix DMA requester specification for Tx packetAkihiko Odaki
2023-03-28igb: Save more Tx statesAkihiko Odaki
2023-03-27hw/nvme: fix missing DNR on compare failureKlaus Jensen
2023-03-27hw/nvme: Change alignment in dma functions for nvme_blk_*Mateusz Kozlowski
2023-03-27block/export: Fix graph locking in blk_get_geometry() callKevin Wolf