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
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
tests/qtest/e1000e-test: Fix the code style
Akihiko Odaki
2
-3
/
+5
2023-01-18
tests/qtest: Restrict bcm2835-dma-test to CONFIG_RASPI
Fabiano Rosas
1
-2
/
+2
2023-01-18
MAINTAINERS: Remove bouncing mail address from Kamil Rytarowski
Thomas Huth
1
-2
/
+0
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
69
-238
/
+237
2023-01-18
Makefile: allow 'make uninstall'
Peter Maydell
1
-1
/
+1
2023-01-18
Upgrade all packages in the FreeBSD VMs to ensure the freshness
Li-Wen Hsu
1
-2
/
+2
2023-01-16
accel/tcg: Split out cpu_exec_{setjmp,loop}
Richard Henderson
1
-57
/
+54
2023-01-16
util/bufferiszero: Use __attribute__((target)) for avx2/avx512
Richard Henderson
2
-41
/
+8
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
10
-0
/
+505
2023-01-16
accel/tcg: Add debuginfo support
Ilya Leoshkevich
7
-0
/
+191
2023-01-16
linux-user: Clean up when exiting due to a signal
Ilya Leoshkevich
1
-3
/
+5
2023-01-16
tests/qtest/qom-test: Do not print tested properties by default
Thomas Huth
1
-1
/
+11
2023-01-16
target/m68k: fix FPSR quotient byte for frem instruction
Mark Cave-Ayland
1
-10
/
+19
2023-01-16
target/m68k: fix FPSR quotient byte for fmod instruction
Mark Cave-Ayland
1
-5
/
+4
2023-01-16
target/m68k: pass sign directly into make_quotient()
Mark Cave-Ayland
1
-10
/
+13
2023-01-16
target/m68k: pass quotient directly into make_quotient()
Mark Cave-Ayland
1
-9
/
+11
2023-01-13
scripts/git.orderfile: Display MAINTAINERS changes first
Philippe Mathieu-Daudé
1
-0
/
+2
2023-01-13
target/mips: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
3
-29
/
+40
2023-01-13
hw/mips/boston: Rename MachineState 'mc' pointer to 'ms'
Daniel Henrique Barboza
1
-2
/
+2
2023-01-13
hw/pci-host/bonito: Declare TYPE_BONITO_PCI_HOST_BRIDGE in header
Philippe Mathieu-Daudé
3
-3
/
+20
2023-01-13
hw/pci-host/bonito: Use 'bonito_pci' for PCI function #0 code
Philippe Mathieu-Daudé
1
-6
/
+6
2023-01-13
hw/pci-host/bonito: Use 'bonito_host' for PCI host bridge code
Philippe Mathieu-Daudé
1
-6
/
+6
2023-01-13
hw/pci-host/bonito: Convert to 3-phase reset
Philippe Mathieu-Daudé
1
-5
/
+4
2023-01-13
softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
Thomas Huth
1
-1
/
+5
2023-01-13
hw/rtc/mc146818rtc: Make the mc146818 RTC device target independent
Thomas Huth
3
-16
/
+2
2023-01-13
hw/core/qdev-properties-system: Allow the 'slew' policy only on x86
Thomas Huth
1
-1
/
+27
2023-01-13
hw/intc: Extract the IRQ counting functions into a separate file
Thomas Huth
11
-43
/
+81
2023-01-13
hw/intc/i8259: Make using the isa_pic singleton more type-safe
Bernhard Beschow
3
-10
/
+8
2023-01-13
hw/usb/hcd-uhci: Introduce TYPE_ defines for device models
Bernhard Beschow
5
-16
/
+22
2023-01-13
hw/mips/Kconfig: Track Malta's PIIX dependencies via Kconfig
Bernhard Beschow
2
-2
/
+1
2023-01-13
hw/isa/piix4: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2
-26
/
+27
2023-01-13
hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific
Bernhard Beschow
2
-13
/
+15
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
9
-16
/
+27
2023-01-13
hw/pci/pci_host: Trace config accesses on unexisting functions
Philippe Mathieu-Daudé
1
-0
/
+6
2023-01-13
mips: Always include nanomips disassembler
Paolo Bonzini
4
-10
/
+1
2023-01-13
target/arm: allow writes to SCR_EL3.HXEn bit when FEAT_HCX is enabled
Evgeny Iakovlev
1
-0
/
+3
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
9
-100
/
+18
2023-01-13
hw/isa/piix4: Correct IRQRC[A:D] reset values
Philippe Mathieu-Daudé
1
-4
/
+4
2023-01-13
hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
Philippe Mathieu-Daudé
1
-0
/
+18
2023-01-13
hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
Philippe Mathieu-Daudé
1
-1
/
+3
2023-01-13
hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
Philippe Mathieu-Daudé
1
-87
/
+44
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
Philippe Mathieu-Daudé
1
-57
/
+11
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
Philippe Mathieu-Daudé
1
-33
/
+7
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
Philippe Mathieu-Daudé
1
-32
/
+8
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
Philippe Mathieu-Daudé
1
-29
/
+6
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
Philippe Mathieu-Daudé
1
-18
/
+14
2023-01-13
hw/mips/bootloader: Implement nanoMIPS JALRc opcode generator
Philippe Mathieu-Daudé
1
-1
/
+11
2023-01-13
hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) opcode generator
Philippe Mathieu-Daudé
1
-2
/
+34
2023-01-13
hw/mips/bootloader: Implement nanoMIPS SW opcode generator
Philippe Mathieu-Daudé
1
-1
/
+19
2023-01-13
hw/mips/bootloader: Implement nanoMIPS NOP opcode generator
Philippe Mathieu-Daudé
1
-4
/
+20
[next]