aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-14bsd-user: Implement rmdir and undocumented __getcwdWarner Losh2-0/+37
2022-06-14bsd-user: Implement mkdir and mkdiratWarner Losh2-0/+35
2022-06-13bsd-user: Implement link, linkat, unlink and unlinkatWarner Losh2-0/+70
2022-06-13bsd-user: Implement rename and renameatWarner Losh2-0/+53
2022-06-13bsd-user: Implement chdir and fchdirWarner Losh2-0/+27
2022-06-13bsd-user: Implement revoke, access, eaccess and faccessatWarner Losh2-0/+69
2022-06-13bsd-user: Implement fdatasync, fsync and close_fromWarner Losh2-0/+31
2022-06-13bsd-user: Implement open, openat and closeWarner Losh3-0/+69
2022-06-11Merge tag 'mips-20220611' of https://github.com/philmd/qemu into stagingRichard Henderson1-1/+2
2022-06-11Merge tag 'bsd-user-preen-2022q2-pull-request' of ssh://github.com/qemu-bsd-u...Richard Henderson3-4/+418
2022-06-11docs/devel: Fix link to developer mailing listsBernhard Beschow1-3/+3
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow3-7/+1
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2-3/+1
2022-06-11hw/mips/boston: Initialize g_autofree pointersBernhard Beschow1-1/+2
2022-06-11Merge tag 'mips-20220611' of https://github.com/philmd/qemu into stagingRichard Henderson34-320/+333
2022-06-11hw/net/fsl_etsec/etsec: Remove obsolete and unused etsec_create()Bernhard Beschow2-30/+0
2022-06-11docs/devel: Fix link to developer mailing listsBernhard Beschow1-3/+3
2022-06-11hw/i386/pc: Remove orphan declarationsBernhard Beschow1-3/+0
2022-06-11accel/tcg: Inline dump_opcount_info() and remove itBernhard Beschow3-7/+1
2022-06-11hw/i386/pc: Unexport functions used only internallyBernhard Beschow2-5/+2
2022-06-11accel/tcg/cpu-exec: Unexport dump_drift_info()Bernhard Beschow2-3/+1
2022-06-11hw/i386/pc: Unexport PC_CPU_MODEL_IDS macroBernhard Beschow2-8/+9
2022-06-11hw/audio/cs4231a: Const'ify global tablesBernhard Beschow1-4/+4
2022-06-11hw: Reuse TYPE_I8042 defineBernhard Beschow2-3/+3
2022-06-11hw/rtc/mc146818rtc: QOM'ify io_base offsetBernhard Beschow3-5/+8
2022-06-11hw/i386/microvm-dt: Determine mc146818rtc's IRQ number from QOM propertyBernhard Beschow1-1/+1
2022-06-11hw/i386/microvm-dt: Force explicit failure if retrieving QOM property failsBernhard Beschow1-2/+3
2022-06-11hw/isa/piix3: Inline and remove piix3_create()Bernhard Beschow3-16/+5
2022-06-11hw/isa/piix3: Factor out ISABus retrieval from piix3_create()Bernhard Beschow3-4/+4
2022-06-11hw/isa/piix3: QOM'ify PCI device creation and wiringBernhard Beschow1-22/+45
2022-06-11hw/isa/piix3: Move pci_map_irq_fn near pci_set_irq_fnBernhard Beschow1-11/+11
2022-06-11hw/isa/piix4: Inline and remove piix4_create()Bernhard Beschow3-16/+4
2022-06-11hw/isa/piix4: QOM'ify PIIX4 PM creationBernhard Beschow3-13/+18
2022-06-11hw/isa/piix4: Factor out ISABus retrieval from piix4_create()Bernhard Beschow3-7/+4
2022-06-11hw/isa/piix4: QOM'ify PCI device creation and wiringBernhard Beschow1-8/+22
2022-06-11hw/isa/piix4: Move pci_map_irq_fn' near pci_set_irq_fnBernhard Beschow1-25/+25
2022-06-11hw/isa/piix4: Use object_initialize_child() for embedded structBernhard Beschow1-1/+1
2022-06-11hw/southbridge/piix: Aggregate all PIIX southbridge type namesBernhard Beschow3-5/+4
2022-06-11hw/acpi/piix4: remove unused piix4_pm_initfn() functionMark Cave-Ayland2-23/+0
2022-06-11hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini...Mark Cave-Ayland1-4/+7
2022-06-11hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_in...Mark Cave-Ayland1-3/+8
2022-06-11hw/acpi/piix4: use qdev gpio to wire up smi_irqMark Cave-Ayland4-5/+6
2022-06-11hw/acpi/piix4: use qdev gpio to wire up sci_irqMark Cave-Ayland4-10/+15
2022-06-11hw/acpi/piix4: rename piix4_pm_init() to piix4_pm_initfn()Mark Cave-Ayland4-12/+12
2022-06-11hw/acpi/piix4: alter piix4_pm_init() to return PIIX4PMStateMark Cave-Ayland4-18/+18
2022-06-11hw/acpi/piix4: move PIIX4PMState into separate piix4.h headerMark Cave-Ayland4-43/+78
2022-06-11hw/acpi/piix4: convert smm_enabled bool to qdev propertyMark Cave-Ayland1-1/+2
2022-06-11hw/acpi/piix4: change smm_enabled from int to boolMark Cave-Ayland2-3/+3
2022-06-11hw/acpi/piix4: move xen_enabled() logic from piix4_pm_init() to piix4_pm_real...Mark Cave-Ayland1-3/+4
2022-06-11hw/block/fdc-sysbus: Always mark sysbus floppy controllers as not having DMAPeter Maydell3-8/+13