summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-06target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson1-0/+1
2023-09-06target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin1-8/+8
2023-09-06tests/avocado: ppc64 reverse debugging tests for pseries and powernvNicholas Piggin1-0/+29
2023-09-06tests/avocado: reverse-debugging cope with re-executing breakpointsNicholas Piggin1-4/+21
2023-09-06tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mountNicholas Piggin1-2/+1
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin2-3/+10
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin4-2/+39
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin1-2/+9
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin3-2/+30
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin1-31/+53
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin7-21/+36
2023-09-06target/ppc: Migrate DECR SPRNicholas Piggin1-0/+14
2023-09-06hw/ppc: Always store the decrementer valueNicholas Piggin1-10/+10
2023-09-06target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin1-2/+4
2023-09-06hw/ppc: Avoid decrementer rounding errorsNicholas Piggin1-15/+24
2023-09-06hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin1-12/+19
2023-09-06host-utils: Add muldiv64_round_upNicholas Piggin1-1/+20
2023-09-06hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin1-10/+18
2023-09-06hw/ppc/ppc.c: Tidy over-long linesNicholas Piggin1-7/+12
2023-09-06ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin1-0/+2
2023-09-06ppc/vhyp: reset exception state when handling vhyp hcallNicholas Piggin1-0/+3
2023-09-06spapr: implement H_SET_MODE debug facilitiesNicholas Piggin1-0/+57
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin10-3/+147
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin10-2/+98
2023-09-06target/ppc: Suppress single step interrupts on rfi-type instructionsNicholas Piggin1-6/+17
2023-09-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin3-11/+27
2023-09-06target/ppc: Remove single-step suppression inside 0x100-0xf00Nicholas Piggin1-2/+1
2023-09-06ppc: Add stub implementation of TRIG SPRsJoel Stanley2-0/+12
2023-09-06target/ppc: Generate storage interrupts for radix RC changesShawn Anastasio1-25/+49
2023-08-31build: Only define OS_OBJECT_USE_OBJC with gccAlexander Graf1-1/+3
2023-08-31tests/tcg/aarch64: Rename bti-crt.inc.c -> bti-crt.c.incPhilippe Mathieu-Daudé3-2/+2
2023-08-31ui: spelling fixesMichael Tokarev8-9/+9
2023-08-31util: spelling fixesMichael Tokarev13-18/+18
2023-08-31util/fifo8: Fix typo in fifo8_push_all() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé5-6/+6
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé5-14/+10
2023-08-31hw/usb/hcd-xhci: Avoid variable-length array in xhci_get_port_bandwidth()Peter Maydell1-6/+4
2023-08-31hw/usb: spelling fixesMichael Tokarev7-9/+9
2023-08-31hw/sd: spelling fixesMichael Tokarev2-2/+2
2023-08-31hw/mips: spelling fixesMichael Tokarev4-11/+11
2023-08-31hw/display: spelling fixesMichael Tokarev5-5/+5
2023-08-31hw/ide: spelling fixesMichael Tokarev3-4/+4
2023-08-31hw/i2c: spelling fixesMichael Tokarev7-7/+7
2023-08-31hw/i2c/pmbus_device: Fix modifying QOM class internals from instancePhilippe Mathieu-Daudé1-7/+10
2023-08-31hw/char/pl011: Replace magic values by register field definitionsPhilippe Mathieu-Daudé1-7/+15
2023-08-31hw/char/pl011: Remove duplicated PL011_INT_[RT]X definitionsPhilippe Mathieu-Daudé1-6/+3
2023-08-31hw/char/pl011: Display register name in trace eventsPhilippe Mathieu-Daudé2-5/+24
2023-08-31hw/char/pl011: Restrict MemoryRegionOps implementation access sizesPhilippe Mathieu-Daudé1-0/+2
2023-08-31hw/char: Have FEWatchFunc handlers return G_SOURCE_CONTINUE/REMOVEPhilippe Mathieu-Daudé9-18/+18
2023-08-31chardev/char-fe: Document FEWatchFunc typedefPhilippe Mathieu-Daudé1-0/+14