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
/
scripts
/
qapi
/
expr.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
qapi: convert "Example" sections with longer prose
John Snow
4
-29
/
+62
2024-07-17
qapi: convert "Example" sections with titles
John Snow
6
-48
/
+52
2024-07-17
qapi: convert "Example" sections without titles
John Snow
25
-203
/
+219
2024-07-17
docs/sphinx: add CSS styling for qmp-example directive
Harmonie Snow
1
-0
/
+49
2024-07-17
docs/qapidoc: add QMP highlighting to annotated qmp-example blocks
John Snow
1
-4
/
+49
2024-07-17
docs/qapidoc: create qmp-example directive
John Snow
1
-0
/
+55
2024-07-17
docs/qapidoc: factor out do_parse()
John Snow
1
-13
/
+19
2024-07-17
qapi/ui: Drop note on naming of SpiceQueryMouseMode
Markus Armbruster
1
-2
/
+0
2024-07-17
qapi/sockets: Move deprecation note out of SocketAddress doc comment
Markus Armbruster
1
-4
/
+3
2024-07-17
qapi/machine: Clarify query-uuid value when none has been specified
Markus Armbruster
1
-3
/
+2
2024-07-17
qapi/machine: Clean up documentation around CpuInstanceProperties
Markus Armbruster
1
-7
/
+6
2024-07-17
qapi/pci: Clean up documentation around PciDeviceClass
Markus Armbruster
1
-4
/
+2
2024-07-17
qapi/qom: Document feature unstable of @x-vfio-user-server
Markus Armbruster
1
-1
/
+2
2024-07-16
hw/sd/sdcard: Support boot area in emmc image
Joel Stanley
1
-0
/
+42
2024-07-16
hw/sd/sdcard: Add mmc SWITCH function support (CMD6)
Sai Pavan Boddu
2
-0
/
+58
2024-07-16
hw/sd/sdcard: Add eMMC 'boot-partition-size' property
Philippe Mathieu-Daudé
1
-1
/
+4
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SEND_EXT_CSD handler (CMD8)
Vincent Palatin
1
-0
/
+70
2024-07-16
hw/sd/sdcard: Implement eMMC sleep state (CMD5)
Luc Michel
1
-2
/
+45
2024-07-16
hw/sd/sdcard: Add emmc_cmd_PROGRAM_CID handler (CMD26)
Philippe Mathieu-Daudé
1
-3
/
+7
2024-07-16
hw/sd/sdcard: Fix SET_BLOCK_COUNT command argument on eMMC (CMD23)
Cédric Le Goater
1
-0
/
+3
2024-07-16
hw/sd/sdcard: Add emmc_cmd_SET_RELATIVE_ADDR handler (CMD3)
Cédric Le Goater
1
-0
/
+15
2024-07-16
hw/sd/sdcard: Register unimplemented command handlers
Philippe Mathieu-Daudé
1
-0
/
+9
2024-07-16
hw/sd/sdcard: Register generic command handlers
Philippe Mathieu-Daudé
1
-0
/
+23
2024-07-16
hw/sd/sdcard: Basis for eMMC support
Philippe Mathieu-Daudé
2
-1
/
+109
2024-07-16
system/physmem: use return value of ram_block_discard_require() as errno
Zhenzhong Duan
1
-2
/
+5
2024-07-16
vl: fix "type is NULL" in -vga help
Marc-André Lureau
1
-3
/
+10
2024-07-16
ui/console: Remove dpy_cursor_define_supported()
Akihiko Odaki
4
-22
/
+2
2024-07-16
ui/cocoa: Add cursor composition
Akihiko Odaki
2
-1
/
+101
2024-07-16
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
10
-18
/
+19
2024-07-16
ui/cocoa: Release CGColorSpace
Akihiko Odaki
1
-1
/
+4
2024-07-16
esp: remove transfer size check from DMA DATA IN and DATA OUT transfers
Mark Cave-Ayland
1
-2
/
+2
2024-07-16
system/cpus: Add cpu_pause() function
Nicholas Piggin
2
-13
/
+25
2024-07-16
accel/tcg: Make cpu_exec_interrupt hook mandatory
Peter Maydell
2
-2
/
+8
2024-07-16
loader: remove load_image_gzipped function as its not used anywhere
Ani Sinha
2
-16
/
+1
2024-07-16
include/hw/qdev-core.h: Correct and clarify gpio doc comments
Peter Maydell
1
-8
/
+9
2024-07-16
hw/isa/vt82c686: Turn "intr" irq into a named gpio
Bernhard Beschow
4
-6
/
+7
2024-07-16
hw/core/loader: allow loading larger ROMs
Gregor Haas
1
-25
/
+7
2024-07-16
target/i386/tcg: save current task state before loading new one
Paolo Bonzini
1
-40
/
+45
2024-07-16
target/i386/tcg: use X86Access for TSS access
Paolo Bonzini
1
-52
/
+58
2024-07-16
target/i386/tcg: check for correct busy state before switching to a new task
Paolo Bonzini
1
-0
/
+5
2024-07-16
target/i386/tcg: Compute MMU index once
Paolo Bonzini
1
-13
/
+22
2024-07-16
target/i386/tcg: Introduce x86_mmu_index_{kernel_,}pl
Richard Henderson
2
-12
/
+26
2024-07-16
target/i386/tcg: Reorg push/pop within seg_helper.c
Richard Henderson
1
-222
/
+259
2024-07-16
target/i386/tcg: use PUSHL/PUSHW for error code
Paolo Bonzini
1
-9
/
+7
2024-07-16
target/i386/tcg: Allow IRET from user mode to user mode with SMAP
Paolo Bonzini
1
-9
/
+9
2024-07-16
target/i386/tcg: Remove SEG_ADDL
Richard Henderson
1
-6
/
+2
2024-07-16
target/i386/tcg: fix POP to memory in long mode
Paolo Bonzini
2
-1
/
+2
2024-07-16
hpet: fix HPET_TN_SETVAL for high 32-bits of the comparator
Paolo Bonzini
1
-7
/
+12
2024-07-16
hpet: fix clamping of period
Paolo Bonzini
1
-2
/
+4
2024-07-16
docs: Update description of 'user=username' for '-run-with'
Boqiao Fu
1
-2
/
+5
[next]