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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
ppc: Convert PPC UIC to a QOM device
Peter Maydell
2021-01-06
5
-237
/
+356
|
*
|
hw/ppc/ppc4xx_devs: Make code style fixes to UIC code
Peter Maydell
2021-01-06
1
-10
/
+15
|
|
/
*
|
hw/mips/fuloong2e: Correct cpuclock in PROM environment
Jiaxun Yang
2021-01-04
1
-3
/
+3
*
|
hw/mips/fuloong2e: Remove unused env entry
Jiaxun Yang
2021-01-04
1
-1
/
+0
*
|
hw/mips/fuloong2e: Replace faulty documentation links
Jiaxun Yang
2021-01-04
1
-10
/
+3
*
|
hw/mips/fuloong2e: Remove define DEBUG_FULOONG2E_INIT
Jiaxun Yang
2021-01-04
1
-2
/
+0
*
|
hw/mips: Use address translation helper to handle ENVP_ADDR
Jiaxun Yang
2021-01-04
2
-43
/
+43
*
|
hw/mips/malta: Use address translation helper to calculate bootloader_run_addr
Jiaxun Yang
2021-01-04
1
-2
/
+2
*
|
hw/mips: Make bootloader addresses unsigned
Jiaxun Yang
2021-01-04
3
-21
/
+21
*
|
hw/mips: Add Loongson-3 machine support
Huacai Chen
2021-01-04
3
-1
/
+651
*
|
hw/mips: Add Loongson-3 boot parameter helpers
Huacai Chen
2021-01-04
3
-0
/
+393
*
|
hw/mips: Implement fw_cfg_arch_key_name()
Huacai Chen
2021-01-04
4
-0
/
+58
*
|
hw/intc: Rework Loongson LIOINTC
Huacai Chen
2021-01-04
1
-20
/
+16
*
|
clock: Define and use new clock_display_freq()
Peter Maydell
2021-01-04
1
-0
/
+6
*
|
vt82c686: Rename superio config related parts
BALATON Zoltan
2021-01-04
1
-24
/
+24
*
|
vt82c686: Use shorter name for local variable holding object state
BALATON Zoltan
2021-01-04
1
-15
/
+15
*
|
vt82c686: Remove unneeded includes and defines
BALATON Zoltan
2021-01-04
1
-5
/
+0
*
|
vt82c686: Convert debug printf to trace points
BALATON Zoltan
2021-01-04
2
-36
/
+21
*
|
vt82c686: Remove legacy vt82c686b_pm_init() function
BALATON Zoltan
2021-01-04
2
-19
/
+4
*
|
vt82c686: Remove legacy vt82c686b_isa_init() function
BALATON Zoltan
2021-01-04
2
-10
/
+3
*
|
audio/via-ac97: Simplify code and set user_creatable to false
BALATON Zoltan
2021-01-04
1
-32
/
+19
*
|
vt82c686: Split off via-[am]c97 into separate file in hw/audio
BALATON Zoltan
2021-01-04
3
-91
/
+107
*
|
vt82c686: Remove vt82c686b_[am]c97_init() functions
BALATON Zoltan
2021-01-04
2
-25
/
+6
*
|
vt82c686: Rename VT82C686B to VT82C686B_ISA
BALATON Zoltan
2021-01-04
1
-10
/
+10
*
|
vt82c686: Remove unnecessary _DEVICE suffix from type macros
BALATON Zoltan
2021-01-04
1
-25
/
+23
*
|
vt82c686: Rename AC97/MC97 parts from VT82C686B to VIA
BALATON Zoltan
2021-01-04
1
-14
/
+14
*
|
hw/pci-host/bonito: Use pci_config_set_interrupt_pin()
Philippe Mathieu-Daudé
2021-01-04
1
-1
/
+2
*
|
hw/pci-host/bonito: Display hexadecimal value with '0x' prefix
Philippe Mathieu-Daudé
2021-01-04
1
-2
/
+2
*
|
hw: Use the PCI_DEVFN() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
3
-6
/
+5
*
|
hw: Use the PCI_SLOT() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
8
-8
/
+8
*
|
hw/pci-host/uninorth: Use the PCI_FUNC() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
1
-1
/
+1
*
|
hw/pci-host: Use the PCI_BUILD_BDF() macro from 'hw/pci/pci.h'
Philippe Mathieu-Daudé
2021-01-04
2
-3
/
+2
|
/
*
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
2021-01-01
76
-282
/
+231
|
\
|
*
qdev: Avoid unnecessary DeviceState* variable at set_prop_arraylen()
Eduardo Habkost
2020-12-18
1
-3
/
+2
|
*
qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()
Eduardo Habkost
2020-12-18
6
-63
/
+63
|
*
qdev: Move qdev_prop_tpm declaration to tpm_prop.h
Eduardo Habkost
2020-12-18
1
-0
/
+2
|
*
qdev: Make qdev_class_add_property() more flexible
Eduardo Habkost
2020-12-18
1
-8
/
+6
|
*
qdev: Make PropertyInfo.create return ObjectProperty*
Eduardo Habkost
2020-12-18
1
-6
/
+6
|
*
qdev: Move dev->realized check to qdev_property_set()
Eduardo Habkost
2020-12-18
6
-176
/
+18
|
*
qdev: Wrap getters and setters in separate helpers
Eduardo Habkost
2020-12-18
1
-4
/
+40
|
*
qdev: Add name argument to PropertyInfo.create method
Eduardo Habkost
2020-12-18
1
-3
/
+4
|
*
qdev: Add name parameter to qdev_class_add_property()
Eduardo Habkost
2020-12-18
1
-4
/
+5
|
*
qdev: Avoid using prop->name unnecessarily
Eduardo Habkost
2020-12-18
2
-9
/
+9
|
*
qdev: Get just property name at error_set_from_qdev_prop_error()
Eduardo Habkost
2020-12-18
3
-11
/
+11
|
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
70
-0
/
+70
*
|
Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...
Peter Maydell
2021-01-01
1
-6
/
+8
|
\
\
|
*
|
s390x/pci: Fix memory_region_access_valid call
Matthew Rosato
2020-12-21
1
-4
/
+6
|
*
|
s390x/pci: fix pcistb length
Matthew Rosato
2020-12-21
1
-2
/
+2
|
|
/
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-12-19' into ...
Peter Maydell
2021-01-01
22
-99
/
+73
|
\
\
|
*
|
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
11
-15
/
+16
[prev]
[next]