index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
audio: rework pcspk_init()
Gerd Hoffmann
2020-07-06
1
-1
/
+1
*
fdc: Reject clash between -drive if=floppy and -global isa-fdc
Markus Armbruster
2020-06-23
1
-12
/
+6
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
isa: isa_create(), isa_try_create() are now unused, drop
Markus Armbruster
2020-06-15
1
-16
/
+0
*
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-15
2
-12
/
+12
*
isa: New isa_new(), isa_realize_and_unref() etc.
Markus Armbruster
2020-06-15
1
-0
/
+15
*
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+7
*
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-06-13
1
-0
/
+1
|
\
|
*
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-06-10
1
-0
/
+1
*
|
hw/isa/apm: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-06-09
2
-10
/
+9
|
/
*
hw/mips/fuloong2e: Fix typo in Fuloong machine name
Philippe Mathieu-Daudé
2020-05-26
1
-1
/
+1
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
2
-13
/
+8
*
hw/isa/superio: Make the components QOM children
Markus Armbruster
2020-05-15
1
-5
/
+13
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-05-05
1
-4
/
+4
|
\
|
*
hw/isa/i82378: Remove dead assignment
Philippe Mathieu-Daudé
2020-05-04
1
-4
/
+4
*
|
acpi: add ISADeviceClass->build_aml()
Gerd Hoffmann
2020-05-04
1
-0
/
+15
|
/
*
hw/isa/superio: Correct the license text
Philippe Mathieu-Daudé
2020-04-01
2
-2
/
+2
*
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2020-03-19
1
-13
/
+10
|
\
|
*
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
1
-1
/
+0
|
*
hw/ide: Do ide_drive_get() within pci_ide_create_devs()
BALATON Zoltan
2020-03-17
1
-8
/
+2
|
*
hw/ide: Get rid of piix4_init function
BALATON Zoltan
2020-03-17
1
-1
/
+3
|
*
hw/isa/piix4.c: Introduce variable to store devfn
BALATON Zoltan
2020-03-17
1
-5
/
+7
*
|
qom/object: Use common get/set uint helpers
Felipe Franciosi
2020-03-16
1
-10
/
+2
*
|
ich9: Simplify ich9_lpc_initfn
Felipe Franciosi
2020-03-16
1
-10
/
+5
*
|
ich9: fix getter type for sci_int property
Felipe Franciosi
2020-03-16
1
-4
/
+2
*
|
qom/object: enable setter for uint types
Felipe Franciosi
2020-03-16
1
-2
/
+2
|
/
*
hw/southbridge/ich9: Removed unused headers
Philippe Mathieu-Daudé
2020-03-09
1
-1
/
+0
*
hw/input: Do not enable CONFIG_PCKBD by default
Thomas Huth
2020-02-04
1
-0
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
3
-3
/
+3
*
hw/isa/isa-bus: cleanup irq functions
Paolo Bonzini
2019-12-17
1
-4
/
+7
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
3
-3
/
+2
*
mips: fulong 2e: Renovate coding style
Filip Bozuta
2019-12-16
1
-11
/
+12
*
hw/pci-host/piix: Extract PIIX3 functions to hw/isa/piix3.c
Philippe Mathieu-Daudé
2019-11-05
3
-0
/
+404
*
hw/pci-host/piix: Move RCR_IOPORT register definition
Philippe Mathieu-Daudé
2019-11-05
1
-1
/
+1
*
hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c
Philippe Mathieu-Daudé
2019-11-05
1
-0
/
+30
*
piix4: Add a MC146818 RTC Controller as specified in datasheet
Philippe Mathieu-Daudé
2019-11-05
1
-0
/
+22
*
piix4: Add an i8254 PIT Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-0
/
+4
*
piix4: Add an i8257 DMA Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-0
/
+4
*
piix4: Rename PIIX4 object to piix4-isa
Hervé Poussineau
2019-11-05
1
-1
/
+0
*
piix4: Add an i8259 Interrupt Controller as specified in datasheet
Hervé Poussineau
2019-11-05
1
-10
/
+31
*
piix4: Add the Reset Control Register
Hervé Poussineau
2019-11-05
1
-3
/
+46
*
hw/isa/vt82c686: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-7
/
+4
*
hw/isa/piix4: Convert reset handler to DeviceReset
Philippe Mathieu-Daudé
2019-10-15
1
-4
/
+3
*
hw/isa: Introduce a CONFIG_ISA_SUPERIO switch for isa-superio.c
Thomas Huth
2019-10-04
2
-4
/
+8
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-1
/
+1
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
[prev]
[next]