projects
/
qemu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
qemu.git
2023-02-27
Bernhard Beschow
hw/ide/pci: Add PCIIDEState::isa_irq[]
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_I...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_i...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/piix: Pass Error* to pci_piix_init_ports() for...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/piix: Remove unused includes
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/ide/pci: Unexport bmdma_active_if()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/ioport: Remove unnecessary includes
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Declare ide_get_[geometry/bios_chs_trans] in...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename ide_register_restart_cb -> ide_bus_regis...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Un-inline ide_set_irq()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Include 'exec/ioport.h' instead of 'hw/isa...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/isa: Remove intermediate ISAIDEState::irq variable
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ide/mmio: Use CamelCase for MMIO_IDE state name
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Fiona Ebner
hw/ide/ahci: Trace ncq write command as write instead...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/i386/xen: Remove unused 'hw/ide.h' include from...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
John Snow
MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
scripts/checkpatch.pl: Do not allow assert(0)
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
block/vvfat: Remove pointless check of NDEBUG
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/ppc/sam460ex: Correctly set MAL properties
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/display/sm501: Add fallbacks to pixman routines
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/display/sm501: Implement more 2D raster operations
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/display/sm501: Alias 'dma-offset' QOM property in...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/display/sm501: Embed OHCI QOM child in chipset
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/xhci-nec: Replace container_of() by NEC_XHCI...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/xhci-nec: Declare QOM macros for NEC_XHCI
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/uhci: Declare QOM macros using OBJECT_DECLARE_TYPE()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/ohci: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/usb/ohci: Add trace points for register access
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/usb/ohci: Move a function next to where it is used
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/usb/ohci: Code style fix missing braces and extra...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/usb/ohci: Code style fix white space errors
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/usb/ohci: Code style fix comments
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/ohci: Use OHCIState type definition
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/ohci: Include missing 'sysbus.h' header
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/u2f: Declare QOM macros using OBJECT_DECLARE_TYPE()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/usb/dev-smartcard-reader: Avoid forward-declaring...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
BALATON Zoltan
hw/audio/ac97: Split off some definitions to a header
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/audio/ac97: Replace container_of() by AC97() QOM...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/audio/es1370: Replace container_of() by ES1370(...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/audio/es1370: Avoid forward-declaring ES1370State
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/timer/hpet: Include missing 'hw/qdev-properties...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/rtc/mc146818rtc: Pass MC146818RtcState instead of...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw: Replace isa_get_irq() by isa_bus_get_irq() when...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Use isa_address_space_io() to reduce access...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Un-inline isa_bus_from_device()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Reorder to separate ISABus* vs ISADevice* functions
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa: Remove empty ISADeviceClass structure
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/sparc64/sun4u: Keep reference to ISA input IRQs...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa/vt82c686: Remove intermediate IRQ forwarder
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa/i82378: Remove intermediate IRQ forwarder
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/isa/i82378: Rename output IRQ as 'cpu_intr'
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/intc/i8259: Document i8259_init()
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/pci: Fix a typo
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw: Move ich9.h to southbridge/
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i386/ich9: Clean up includes
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw: Move ioapic*.h to intc/
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i386/ich9: Remove redundant GSI_NUM_PINS
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset()...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/isa/lpc_ich9: Connect PM stuff to LPC internally
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i386/pc_q35: Allow for setting properties before...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i2c/smbus_ich9: Move ich9_smb_set_irq() in front...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/isa/lpc_ich9: Unexport PIRQ functions
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Bernhard Beschow
hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/i386/x86: Reduce init_topo_info() scope
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/cpu: Extend CPUState::cluster_index documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
hw/qdev: Constify DeviceState* argument of qdev_get_par...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Mauro Matteo...
hw/nubus/nubus-device: Fix memory leak in nubus_device_...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
qemu/typedefs: Sort in case-insensitive alphabetical...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
softmmu: Extract watchpoint API from physmem.c
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
softmmu: Silent -Wmissing-field-initializers warning
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
tests/unit: Restrict machine-smp.c test to system emulation
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
replay: Extract core API to 'exec/replay-core.h'
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
sysemu/kvm: Remove CONFIG_USER_ONLY guard
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
accel/kvm: Silent -Wmissing-field-initializers warning
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
accel/xen: Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
accel/tcg: Restrict 'qapi-commands-machine.h' to system...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" header
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
tcg: Silent -Wmissing-field-initializers warning
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
exec: Remove unused 'qemu/timer.h' timer
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
trace: Do not try to include QMP commands in user emula...
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
qom/object_interfaces: Fix QAPI headers included
commit
|
commitdiff
|
tree
|
snapshot
2023-02-27
Philippe Mathieu...
target/tricore: Remove unused fields from CPUTriCoreState
commit
|
commitdiff
|
tree
|
snapshot
next