qemu /
qemu /
18cf67c5e1d6e23042b752831aa6f9e4e478787b - 18cf67c block: Use GString instead of QString to build filenames by Markus Armbruster · 4 years, 3 months ago
- 7ece421 keyval: Use GString to accumulate value strings by Markus Armbruster · 4 years, 3 months ago
- 68af4cc json: Use GString instead of QString to accumulate strings by Markus Armbruster · 4 years, 3 months ago
- 3ddba9a migration: Replace migration's JSON writer by the general one by Markus Armbruster · 4 years, 3 months ago
- 998da0b qobject: Factor JSON writer out of qobject_to_json() by Markus Armbruster · 4 years, 3 months ago
- 91f54d9 qobject: Factor quoted_str() out of to_json() by Markus Armbruster · 4 years, 3 months ago
- b3119b0 qobject: Drop qstring_get_try_str() by Markus Armbruster · 4 years, 3 months ago
- 808ac36 qobject: Drop qobject_get_try_str() by Markus Armbruster · 4 years, 3 months ago
- 26c5282 Revert "qobject: let object_property_get_str() use new API" by Markus Armbruster · 4 years, 3 months ago
- 410f44f block: Avoid qobject_get_try_str() by Markus Armbruster · 4 years, 3 months ago
- d403d92 qmp: Fix tracing of non-string command IDs by Markus Armbruster · 4 years, 3 months ago
- 80d7112 qobject: Move internals to qobject-internal.h by Markus Armbruster · 4 years, 3 months ago
- bce8008 hw/rdma: Replace QList by GQueue by Markus Armbruster · 4 years, 3 months ago
- 88e25b1 Revert "qstring: add qstring_free()" by Markus Armbruster · 4 years, 3 months ago
- eab3a46 qobject: Change qobject_to_json()'s value to GString by Markus Armbruster · 4 years, 3 months ago
- f1cc129 qobject: Use GString instead of QString to accumulate JSON by Markus Armbruster · 4 years, 3 months ago
- 6589f45 qobject: Make qobject_to_json_pretty() take a pretty argument by Markus Armbruster · 4 years, 3 months ago
- 20076f4 monitor: Use GString instead of QString for output buffer by Markus Armbruster · 4 years, 3 months ago
- 436054e hmp: Simplify how qmp_human_monitor_command() gets output by Markus Armbruster · 4 years, 3 months ago
- 28f1c1f test-visitor-serialization: Clean up test_primitives() by Markus Armbruster · 4 years, 3 months ago
- 2a02c13 test-visitor-serialization: Drop insufficient precision workaround by Markus Armbruster · 4 years, 3 months ago
- 54addb0 string-output-visitor: Fix to use sufficient precision by Markus Armbruster · 4 years, 3 months ago
- 7b205a7 test-string-output-visitor: Cover "unround" number by Markus Armbruster · 4 years, 3 months ago
- f917eed qobject: Fix qnum_to_string() to use sufficient precision by Markus Armbruster · 4 years, 3 months ago
- 1a90769 tests/check-qnum: Cover qnum_to_string() for "unround" argument by Markus Armbruster · 4 years, 3 months ago
- 780df5d tests/check-qjson: Replace redundant large_number() by Markus Armbruster · 4 years, 3 months ago
- 4aea883 tests/check-qjson: Cover number 2^63 by Markus Armbruster · 4 years, 3 months ago
- 1a68eb8 tests/check-qjson: Examine QNum more thoroughly by Markus Armbruster · 4 years, 3 months ago
- 3953f82 tests/check-qjson: Don't skip funny QNumber to JSON conversions by Markus Armbruster · 4 years, 3 months ago
- 54aa3de qapi: Use QAPI_LIST_PREPEND() where possible by Eric Blake · 4 years, 4 months ago
- eaedde5 migration: Refactor migrate_cap_add by Eric Blake · 4 years, 4 months ago
- fe4d7e3 rocker: Revamp fp_port_get_info by Eric Blake · 4 years, 4 months ago
- a05f8ec Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201217-1' into staging by Peter Maydell · 4 years, 3 months ago
- d31e970 riscv/opentitan: Update the OpenTitan memory layout by Alistair Francis · 4 years, 3 months ago
- 3ed2b8a hw/riscv: Use the CPU to determine if 32-bit by Alistair Francis · 4 years, 3 months ago
- 094b072 target/riscv: cpu: Set XLEN independently from target by Alistair Francis · 4 years, 3 months ago
- 8987cdc4 target/riscv: csr: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- f08c7ff target/riscv: cpu_helper: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- 5c5a47f target/riscv: cpu: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- 114baac target/riscv: Specify the XLEN for CPUs by Alistair Francis · 4 years, 3 months ago
- 51ae0ca target/riscv: Add a riscv_cpu_is_32bit() helper function by Alistair Francis · 4 years, 3 months ago
- 5b6c291 target/riscv: fpu_helper: Match function defs in HELPER macros by Alistair Francis · 4 years, 3 months ago
- 2206ffa hw/riscv: sifive_u: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- bd62c13 hw/riscv: spike: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- 9d01143 hw/riscv: virt: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- 7893677 hw/riscv: boot: Remove compile time XLEN checks by Alistair Francis · 4 years, 3 months ago
- 09fe171 riscv: virt: Remove target macro conditionals by Alistair Francis · 4 years, 3 months ago
- dc4d4aa riscv: spike: Remove target macro conditionals by Alistair Francis · 4 years, 3 months ago
- c0a635f target/riscv: Add a TYPE_RISCV_CPU_BASE CPU by Alistair Francis · 4 years, 3 months ago
- 617448a hw/riscv: Expand the is 32-bit check to support more CPUs by Alistair Francis · 4 years, 3 months ago
- 54a581c intc/ibex_plic: Clear interrupts that occur during claim process by Alistair Francis · 4 years, 3 months ago
- 5295774 target/riscv: Fix definition of MSTATUS_TW and MSTATUS_TSR by Alex Richardson · 4 years, 4 months ago
- c63ca4f target/riscv: Fix the bug of HLVX/HLV/HSV by Yifei Jiang · 4 years, 4 months ago
- b3d2a42 hw/core/register.c: Don't use '#' flag of printf format by Xinhao Zhang · 4 years, 4 months ago
- dfc973e hw/riscv: microchip_pfsoc: add QSPI NOR flash by Vitaly Wool · 4 years, 4 months ago
- 10b4375 hw/riscv: sifive_u: Add UART1 DT node in the generated DTB by Anup Patel · 4 years, 4 months ago
- 75ee62a Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging by Peter Maydell · 4 years, 3 months ago
- 9fb7501 cpu: Remove unnecessary noop methods by Eduardo Habkost · 4 years, 3 months ago
- 710384d tcg: Make CPUClass.debug_excp_handler optional by Eduardo Habkost · 4 years, 3 months ago
- 80c4750 tcg: make CPUClass.cpu_exec_* optional by Eduardo Habkost · 4 years, 3 months ago
- 035ba06 tcg: cpu_exec_{enter,exit} helpers by Eduardo Habkost · 4 years, 3 months ago
- 69483f3 i386: tcg: remove inline from cpu_load_eflags by Claudio Fontana · 4 years, 3 months ago
- ed69e83 i386: move TCG cpu class initialization to tcg/ by Claudio Fontana · 4 years, 3 months ago
- 40399ec x86/cpu: Add AVX512_FP16 cpu feature by Cathy Zhang · 4 years, 3 months ago
- 23eb5d0 i386: move hyperv_limits initialization to x86_cpu_realizefn() by Vitaly Kuznetsov · 4 years, 4 months ago
- fb7e31a i386: move hyperv_version_id initialization to x86_cpu_realizefn() by Vitaly Kuznetsov · 4 years, 4 months ago
- 735db46 i386: move hyperv_interface_id initialization to x86_cpu_realizefn() by Vitaly Kuznetsov · 4 years, 4 months ago
- 0885677 i386: move hyperv_vendor_id initialization to x86_cpu_realizefn() by Vitaly Kuznetsov · 4 years, 4 months ago
- 0c36af8 i386: move cpu dump out of helper.c into cpu-dump.c by Claudio Fontana · 4 years, 3 months ago
- 1b248f1 i386: move TCG accel files into tcg/ by Claudio Fontana · 4 years, 3 months ago
- dbe59a1 i386: hvf: remove stale MAINTAINERS entry for old hvf stubs by Claudio Fontana · 4 years, 3 months ago
- 7fdef0d i386: move hax accel files into hax/ by Claudio Fontana · 4 years, 3 months ago
- 1fc33bb i386: move whpx accel files into whpx/ by Claudio Fontana · 4 years, 3 months ago
- a9dc68d i386: move kvm accel files into kvm/ by Claudio Fontana · 4 years, 3 months ago
- af3f373 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
- bbd2d5a build: -no-pie is no functional linker flag by Christian Ehrhardt · 4 years, 3 months ago
- a1bcbb4 scripts/git.orderfile: Keep files with .inc extension sorted by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 07b35a2 compiler.h: remove QEMU_GNUC_PREREQ by Marc-André Lureau · 4 years, 3 months ago
- 36c5e0b linux-user: remove GNUC check by Marc-André Lureau · 4 years, 3 months ago
- 4e063f7 compiler: remove GNUC check by Marc-André Lureau · 4 years, 3 months ago
- d55e5bd xen: remove GNUC check by Marc-André Lureau · 4 years, 3 months ago
- b8f02d1 poison: remove GNUC check by Marc-André Lureau · 4 years, 3 months ago
- 28f8616 compiler.h: explicit case for Clang printf attribute by Marc-André Lureau · 4 years, 3 months ago
- db5deef virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON by Marc-André Lureau · 4 years, 3 months ago
- 77d35c8 tests: remove GCC < 4 fallbacks by Marc-André Lureau · 4 years, 3 months ago
- 53b5d95 qemu-plugin.h: remove GCC < 4 by Marc-André Lureau · 4 years, 3 months ago
- 44cb2c9 compiler.h: remove GCC < 3 __builtin_expect fallback by Marc-André Lureau · 4 years, 3 months ago
- 19a8431 accel/tcg: Remove special case for GCC < 4.6 by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 6a4757f qemu/atomic: Drop special case for unsupported compiler by Philippe Mathieu-Daudé · 4 years, 3 months ago
- 98199a6 hw/core: Restrict 'fw-path-provider.c' to system mode emulation by Philippe Mathieu-Daudé · 4 years, 3 months ago
- daf07a6 docs: set CONFDIR when running sphinx by Marc-André Lureau · 4 years, 3 months ago
- 7245ca7 vl: rename local variable in configure_accelerators by Paolo Bonzini · 4 years, 4 months ago
- 45c53fe qemu-option: pass QemuOptsList to opts_accepts_any by Paolo Bonzini · 4 years, 4 months ago
- 924e9b0 qemu-option: simplify search for end of key by Paolo Bonzini · 4 years, 4 months ago
- 4054adb kvm: Take into account the unaligned section size when preparing bitmap by Zenghui Yu · 4 years, 3 months ago
- cfd4e36 scsi: fix device removal race vs IO restart callback on resume by Maxim Levitsky · 4 years, 3 months ago
- 835cbd8 icount: improve exec nocache usage by Pavel Dovgalyuk · 4 years, 3 months ago
- 90d6a08 Remove the deprecated -show-cursor option by Thomas Huth · 4 years, 3 months ago
- c8c9dc4 Remove the deprecated -realtime option by Thomas Huth · 4 years, 3 months ago
- 2c5060c docs/system: Move the list of removed features to a separate file by Thomas Huth · 4 years, 3 months ago