aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-07chardev/char-socket: tcp_chr_recv: don't clobber errnoRoman Kagan
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan
2022-01-07trace-events,pci: unify trace events formatLaurent Vivier
2022-01-07virtio-pci: add support for configure interruptCindy Lu
2022-01-07virtio-mmio: add support for configure interruptCindy Lu
2022-01-07virtio-net: add support for configure interruptCindy Lu
2022-01-06vhost: add support for configure interruptCindy Lu
2022-01-06virtio: add support for configure interruptCindy Lu
2022-01-06vhost-vdpa: add support for config interruptCindy Lu
2022-01-06vhost: introduce new VhostOps vhost_set_config_callCindy Lu
2022-01-06virtio-pci: decouple the single vector from the interrupt processCindy Lu
2022-01-06virtio-pci: decouple notifier from interrupt processCindy Lu
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2022-01-06acpi: validate hotplug selector on accessMichael S. Tsirkin
2022-01-06virtio-mem: Don't skip alignment checks when warning about block sizeDavid Hildenbrand
2022-01-05Merge tag 'pull-request-2022-01-05' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2022-01-05docs/tools/qemu-trace-stap.rst: Do not hard-code the QEMU binary nameThomas Huth
2022-01-05gitlab-ci: Enable docs in the centos jobThomas Huth
2022-01-05docs/sphinx: fix compatibility with sphinx < 1.8Marc-André Lureau
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth
2022-01-05tests/unit/test-util-sockets: Use g_file_open_tmp() to create temp filePhilippe Mathieu-Daudé
2022-01-05tests/qtest/hd-geo-test: Check for the lsi53c895a controller before using itThomas Huth
2022-01-05tests/qtest/test-x86-cpuid-compat: Check for machines before using themThomas Huth
2022-01-05hw: Add compat machines for 7.0Cornelia Huck
2022-01-04common-user: Really fix i386 calls to safe_syscall_set_errno_tailRichard Henderson
2022-01-04Merge tag 'pull-tcg-20220104' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-01-04common-user: Fix tail calls to safe_syscall_set_errno_tailRichard Henderson
2022-01-04sysemu: Cleanup qemu_run_machine_init_done_notifiers()Xiaoyao Li
2022-01-04linux-user: Fix trivial build error on loongarch64 hostsPhilippe Mathieu-Daudé
2022-01-04tcg/optimize: Fix folding of vector opsRichard Henderson
2022-01-04Merge tag 'pull-ppc-20220104' of https://github.com/legoater/qemu into stagingRichard Henderson
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater
2022-01-04ppc/ppc405: Fix timer initializationCédric Le Goater
2022-01-04ppc/ppc405: Rework ppc_40x_timers_init() to use a PowerPCCPUCédric Le Goater
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater
2022-01-04ppc/ppc4xx: Convert printfs()Cédric Le Goater
2022-01-04target/ppc: Print out literal exception names in logsCédric Le Goater
2022-01-04target/ppc: Remove static inlineCédric Le Goater