summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsd-user: Implement open, openat and closeWarner Losh2022-06-133-0/+69
* Merge tag 'mips-20220611' of https://github.com/philmd/qemu into stagingRichard Henderson2022-06-121-1/+2
|\
| * docs/devel: Fix link to developer mailing listsBernhard Beschow2022-06-111-3/+3
| * accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-113-7/+1Star
| * accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2022-06-112-3/+1Star
| * hw/mips/boston: Initialize g_autofree pointersBernhard Beschow2022-06-111-1/+2
* | Merge tag 'bsd-user-preen-2022q2-pull-request' of ssh://github.com/qemu-bsd-u...Richard Henderson2022-06-123-4/+418
|\ \
| * | bsd-user/freebsd/os-syscall.c: Implement exitWarner Losh2022-06-112-0/+49
| * | bsd-user/bsd-file.h: Meat of the write system callsWarner Losh2022-06-112-0/+106
| * | bsd-user/bsd-file.h: Add implementations for read, pread, readv and preadvWarner Losh2022-06-112-0/+107
| * | bsd-user/freebsd/os-syscall.c: Tracing and error boilerplateWarner Losh2022-06-111-4/+40
| * | bsd-user/freebsd/os-syscall.c: unlock_iovecWarner Losh2022-06-111-0/+14
| * | bsd-user/freebsd/os-syscall.c: lock_iovecWarner Losh2022-06-111-0/+102
* | | Merge tag 'mips-20220611' of https://github.com/philmd/qemu into stagingRichard Henderson2022-06-1134-320/+333
|\ \ \
| * | | docs/devel: Fix link to developer mailing listsBernhard Beschow2022-06-111-3/+3
| * | | accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow2022-06-113-7/+1Star
| * | | accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2022-06-112-3/+1Star
| | |/ | |/|
| * | hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2022-06-112-30/+0Star
| * | hw/i386/pc: Remove orphan declarationsBernhard Beschow2022-06-111-3/+0Star
| * | hw/i386/pc: Unexport functions used only internallyBernhard Beschow2022-06-112-5/+2Star
| * | hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow2022-06-112-8/+9
| * | hw/audio/cs4231a: Const'ify global tablesBernhard Beschow2022-06-111-4/+4
| * | hw: Reuse TYPE_I8042 defineBernhard Beschow2022-06-112-3/+3
| * | hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow2022-06-113-5/+8
| * | hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM propertyBernhard Beschow2022-06-111-1/+1
| * | hw/i386/microvm-dt: Force explicit failure if retrieving QOM property failsBernhard Beschow2022-06-111-2/+3
| * | hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow2022-06-113-16/+5Star
| * | hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow2022-06-113-4/+4
| * | hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-22/+45
| * | hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow2022-06-111-11/+11
| * | hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow2022-06-113-16/+4Star
| * | hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow2022-06-113-13/+18
| * | hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow2022-06-113-7/+4Star
| * | hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow2022-06-111-8/+22
| * | hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow2022-06-111-25/+25
| * | hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow2022-06-111-1/+1
| * | hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow2022-06-113-5/+4Star
| * | hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland2022-06-112-23/+0Star
| * | hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland2022-06-111-4/+7
| * | hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland2022-06-111-3/+8
| * | hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland2022-06-114-5/+6
| * | hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland2022-06-114-10/+15
| * | hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland2022-06-114-12/+12
| * | hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland2022-06-114-18/+18
| * | hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland2022-06-114-43/+78
| * | hw/acpi/piix4: convert smm_enabled bool to qdev propertyMark Cave-Ayland2022-06-111-1/+2
| * | hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland2022-06-112-3/+3
| * | hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland2022-06-111-3/+4
| * | hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell2022-06-113-8/+13
| * | target/mips: Undeprecate nanoMIPS ISA support in QEMUStefan Pejic2022-06-112-31/+2Star