index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
error: Avoid unnecessary error_propagate() after error_setg()
Markus Armbruster
2020-07-10
1
-24
/
+11
*
|
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
|
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
4
-21
/
+21
*
|
qapi: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
|
/
*
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-07-09
1
-1
/
+1
|
\
|
*
intel_iommu: "aw-bits" error message still refers to "x-aw-bits"
Menno Lageman
2020-07-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...
Peter Maydell
2020-07-08
3
-10
/
+10
|
\
\
|
*
|
audio: deprecate -soundhw pcspk
Gerd Hoffmann
2020-07-06
1
-0
/
+2
|
*
|
audio: create pcspk device early
Gerd Hoffmann
2020-07-06
1
-1
/
+2
|
*
|
audio: rework pcspk_init()
Gerd Hoffmann
2020-07-06
1
-1
/
+1
|
*
|
pc_basic_device_init: drop no_vmport arg
Gerd Hoffmann
2020-07-06
3
-4
/
+1
|
*
|
pc_basic_device_init: drop has_pit arg
Gerd Hoffmann
2020-07-06
3
-4
/
+3
|
*
|
pc_basic_device_init: pass PCMachineState
Gerd Hoffmann
2020-07-06
3
-3
/
+4
|
|
/
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-07-07
5
-28
/
+42
|
\
\
|
|
/
|
/
|
|
*
numa: Auto-enable NUMA when any memory devices are possible
David Hildenbrand
2020-07-03
4
-0
/
+4
|
*
pc: Support for virtio-mem-pci
David Hildenbrand
2020-07-03
2
-21
/
+29
|
*
pc: Support coldplugging of virtio-pmem-pci devices on all buses
David Hildenbrand
2020-07-02
1
-8
/
+10
*
|
amd_iommu: Fix amdvi_realize() error API violation
Markus Armbruster
2020-07-02
1
-2
/
+4
*
|
x86: Fix x86_cpu_new() error handling
Markus Armbruster
2020-07-02
1
-3
/
+5
|
/
*
hyperv: vmbus: Remove the 2nd IRQ
Jon Doron
2020-06-26
1
-3
/
+1
*
numa: forbid '-numa node, mem' for 5.1 and newer machine types
Igor Mammedov
2020-06-26
3
-1
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2020-06-25
4
-229
/
+35
|
\
|
*
acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.
Gerd Hoffmann
2020-06-24
1
-11
/
+0
|
*
acpi: drop build_piix4_pm()
Gerd Hoffmann
2020-06-24
1
-16
/
+0
|
*
acpi: drop serial/parallel enable bits from dsdt
Gerd Hoffmann
2020-06-24
1
-23
/
+0
|
*
acpi: simplify build_isa_devices_aml()
Gerd Hoffmann
2020-06-24
1
-10
/
+6
|
*
acpi: factor out fw_cfg_add_acpi_dsdt()
Gerd Hoffmann
2020-06-24
3
-23
/
+30
|
*
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
2020-06-24
1
-39
/
+0
|
*
floppy: move cmos_get_fd_drive_type() from pc
Gerd Hoffmann
2020-06-24
1
-25
/
+0
|
*
acpi: move aml builder code for floppy device
Gerd Hoffmann
2020-06-24
1
-83
/
+0
*
|
fdc: Open-code fdctrl_init_isa()
Markus Armbruster
2020-06-23
1
-2
/
+6
|
/
*
x86: move max-ram-below-4g to pc
Gerd Hoffmann
2020-06-17
5
-57
/
+57
*
microvm: drop max-ram-below-4g support
Gerd Hoffmann
2020-06-17
1
-19
/
+0
*
microvm: use 3G split unconditionally
Gerd Hoffmann
2020-06-17
1
-15
/
+1
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
4
-4
/
+4
*
isa: Convert uses of isa_create(), isa_try_create() manually
Markus Armbruster
2020-06-15
1
-2
/
+2
*
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-5
/
+5
*
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+1
*
qdev: Convert uses of qdev_create() manually
Markus Armbruster
2020-06-15
2
-4
/
+4
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
2
-5
/
+5
*
qdev: Convert to qdev_unrealize() 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-12
10
-72
/
+240
|
\
|
*
xen: fix build without pci passthrough
Anthony PERARD
2020-06-12
1
-1
/
+1
|
*
hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
Wei Huang
2020-06-10
1
-9
/
+10
|
*
hw/i386/vmport: Allow QTest use without crashing
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+15
|
*
accel: Move Xen accelerator code under accel/xen/
Philippe Mathieu-Daudé
2020-06-10
5
-0
/
+5
|
*
hw/i386/vmport: Assert vmport initialized before registering commands
Liran Alon
2020-06-10
1
-0
/
+2
|
*
hw/i386/vmport: Add support for CMD_GETHZ
Liran Alon
2020-06-10
1
-0
/
+19
|
*
hw/i386/vmport: Allow x2apic without IR
Liran Alon
2020-06-10
1
-1
/
+8
[prev]
[next]