index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
isa
/
piix4.c
Age
Commit message (
Expand
)
Author
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-03-17
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
hw/ide: Get rid of piix4_init function
BALATON Zoltan
2020-03-17
hw/isa/piix4.c: Introduce variable to store devfn
BALATON Zoltan
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-11-05
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
2019-11-05
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
piix4: Add the Reset Control Register
Hervé Poussineau
2019-10-15
hw/isa/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-05-17
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-13
isa: Clean up error handling around isa_bus_new()
Markus Armbruster
2015-06-23
piix4: QOMify
Gonglei
2015-02-26
pci: Trivial device model conversions to realize
Markus Armbruster
2015-02-13
piix4: use PCI address space instead of system memory
Hervé Poussineau
2015-02-13
isa: add memory space parameter to isa_bus_new
Hervé Poussineau
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
2013-12-23
piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-06-07
isa: QOM'ify ISABus
Andreas Färber
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini