aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-03-27aio-posix: fix race between epoll upgrade and aio_set_fd_handler()Stefan Hajnoczi
2023-03-27block/export: only acquire AioContext once for vhost_user_server_stop()Stefan Hajnoczi
2023-03-27nbd/server: push pending frames after sending replyFlorian Westphal
2023-03-24Merge tag 'pull-request-2023-03-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2023-03-24Merge tag 'pull-xen-20230324' of https://xenbits.xen.org/git-http/people/aper...Peter Maydell
2023-03-24Merge tag 'qga-pull-2023-03-22' of github.com:kostyanf14/qemu into stagingPeter Maydell
2023-03-24hw/xenpv: Initialize Xen backend operationsDavid Woodhouse
2023-03-24Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation"Thomas Huth
2023-03-24cirrus-ci: Remove MSYS2 jobs duplicated with gitlab-ciPhilippe Mathieu-Daudé
2023-03-24gitlab-ci: Cover SPICE in the MSYS2 jobPhilippe Mathieu-Daudé
2023-03-24ui/spice: fix compilation on win32Marc-André Lureau
2023-03-24target/ppc: Fix helper_pminsn() prototypeCédric Le Goater