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
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-06
target/ppc: Flush inputs to zero with NJ in ppc_store_vscr
Richard Henderson
1
-0
/
+1
2023-09-06
target/ppc: Fix LQ, STQ register-pair order for big-endian
Nicholas Piggin
1
-8
/
+8
2023-09-06
tests/avocado: ppc64 reverse debugging tests for pseries and powernv
Nicholas Piggin
1
-0
/
+29
2023-09-06
tests/avocado: reverse-debugging cope with re-executing breakpoints
Nicholas Piggin
1
-4
/
+21
2023-09-06
tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mount
Nicholas Piggin
1
-2
/
+1
2023-09-06
spapr: Fix record-replay machine reset consuming too many events
Nicholas Piggin
2
-3
/
+10
2023-09-06
spapr: Fix machine reset deadlock from replay-record
Nicholas Piggin
4
-2
/
+39
2023-09-06
target/ppc: Fix timebase reset with record-replay
Nicholas Piggin
1
-2
/
+9
2023-09-06
target/ppc: Fix CPU reservation migration for record-replay
Nicholas Piggin
3
-2
/
+30
2023-09-06
hw/ppc: Read time only once to perform decrementer write
Nicholas Piggin
1
-31
/
+53
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
7
-21
/
+36
2023-09-06
target/ppc: Migrate DECR SPR
Nicholas Piggin
1
-0
/
+14
2023-09-06
hw/ppc: Always store the decrementer value
Nicholas Piggin
1
-10
/
+10
2023-09-06
target/ppc: Sign-extend large decrementer to 64-bits
Nicholas Piggin
1
-2
/
+4
2023-09-06
hw/ppc: Avoid decrementer rounding errors
Nicholas Piggin
1
-15
/
+24
2023-09-06
hw/ppc: Round up the decrementer interval when converting to ns
Nicholas Piggin
1
-12
/
+19
2023-09-06
host-utils: Add muldiv64_round_up
Nicholas Piggin
1
-1
/
+20
2023-09-06
hw/ppc: Introduce functions for conversion between timebase and nanoseconds
Nicholas Piggin
1
-10
/
+18
2023-09-06
hw/ppc/ppc.c: Tidy over-long lines
Nicholas Piggin
1
-7
/
+12
2023-09-06
ppc/vof: Fix missed fields in VOF cleanup
Nicholas Piggin
1
-0
/
+2
2023-09-06
ppc/vhyp: reset exception state when handling vhyp hcall
Nicholas Piggin
1
-0
/
+3
2023-09-06
spapr: implement H_SET_MODE debug facilities
Nicholas Piggin
1
-0
/
+57
2023-09-06
target/ppc: Implement watchpoint debug facility for v2.07S
Nicholas Piggin
10
-3
/
+147
2023-09-06
target/ppc: Implement breakpoint debug facility for v2.07S
Nicholas Piggin
10
-2
/
+98
2023-09-06
target/ppc: Suppress single step interrupts on rfi-type instructions
Nicholas Piggin
1
-6
/
+17
2023-09-06
target/ppc: Improve book3s branch trace interrupt for v2.07S
Nicholas Piggin
3
-11
/
+27
2023-09-06
target/ppc: Remove single-step suppression inside 0x100-0xf00
Nicholas Piggin
1
-2
/
+1
2023-09-06
ppc: Add stub implementation of TRIG SPRs
Joel Stanley
2
-0
/
+12
2023-09-06
target/ppc: Generate storage interrupts for radix RC changes
Shawn Anastasio
1
-25
/
+49
2023-08-31
build: Only define OS_OBJECT_USE_OBJC with gcc
Alexander Graf
1
-1
/
+3
2023-08-31
tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.inc
Philippe Mathieu-Daudé
3
-2
/
+2
2023-08-31
ui: spelling fixes
Michael Tokarev
8
-9
/
+9
2023-08-31
util: spelling fixes
Michael Tokarev
13
-18
/
+18
2023-08-31
util/fifo8: Fix typo in fifo8_push_all() description
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
Philippe Mathieu-Daudé
5
-6
/
+6
2023-08-31
hw/i386: Remove unuseful kvmclock_create() stub
Philippe Mathieu-Daudé
5
-14
/
+10
2023-08-31
hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()
Peter Maydell
1
-6
/
+4
2023-08-31
hw/usb: spelling fixes
Michael Tokarev
7
-9
/
+9
2023-08-31
hw/sd: spelling fixes
Michael Tokarev
2
-2
/
+2
2023-08-31
hw/mips: spelling fixes
Michael Tokarev
4
-11
/
+11
2023-08-31
hw/display: spelling fixes
Michael Tokarev
5
-5
/
+5
2023-08-31
hw/ide: spelling fixes
Michael Tokarev
3
-4
/
+4
2023-08-31
hw/i2c: spelling fixes
Michael Tokarev
7
-7
/
+7
2023-08-31
hw/i2c/pmbus_device: Fix modifying QOM class internals from instance
Philippe Mathieu-Daudé
1
-7
/
+10
2023-08-31
hw/char/pl011: Replace magic values by register field definitions
Philippe Mathieu-Daudé
1
-7
/
+15
2023-08-31
hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitions
Philippe Mathieu-Daudé
1
-6
/
+3
2023-08-31
hw/char/pl011: Display register name in trace events
Philippe Mathieu-Daudé
2
-5
/
+24
2023-08-31
hw/char/pl011: Restrict MemoryRegionOps implementation access sizes
Philippe Mathieu-Daudé
1
-0
/
+2
2023-08-31
hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVE
Philippe Mathieu-Daudé
9
-18
/
+18
2023-08-31
chardev/char-fe: Document FEWatchFunc typedef
Philippe Mathieu-Daudé
1
-0
/
+14
[next]