2022-06-28 |
Bernhard Beschow | hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_c... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Bernhard Beschow | hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_lin... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Lev Kujawski | hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM) |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Thomas Huth | common-user: Only compile the common user code if have_... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Bernhard Beschow | hw/pci-host/i440fx: Remove unused parameter from i440fx... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Markus Armbruster | MAINTAINERS: Add softmmu/runstate.c to "Main loop" |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Dr. David Alan... | trivial typos: namesapce |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Dr. David Alan... | Trivial: 3 char repeat typos |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Eugenio Pérez | util: Return void on iova_tree_remove |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Philippe Mathieu... | qom/object: Remove circular include dependency |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Guo Zhi | vga: avoid crash if no default vga card |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | Merge tag 'pull-semi-20220628' of https://gitlab.com... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/nios2: Move nios2-semi.c to nios2_softmmu_ss |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/nios2: Eliminate nios2_semi_is_lseek |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/mips: Drop pread and pwrite syscalls from semiho... |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/mips: Add UHI errno values |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/mips: Use an exception for semihosting |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/m68k: Make semihosting system only |
commit | commitdiff | tree | snapshot |
2022-06-28 |
Richard Henderson | target/m68k: Eliminate m68k_semi_is_fseek |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Create semihost_sys_poll_one |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Remove qemu_semihosting_console_outs |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Use console_out_gf for SYS_WRITE0 |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Remove qemu_semihosting_console_outc |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Use console_out_gf for SYS_WRITEC |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Use console_in_gf for SYS_READC |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Create qemu_semihosting_guestfd_init |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Add GuestFDConsole |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Create qemu_semihosting_console_write |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Cleanup chardev init |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Expand qemu_semihosting_console_inc to... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Pass CPUState to qemu_semihosting_console_inc |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Fix docs comment for qemu_semihosting_cons... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | gdbstub: Adjust gdb_syscall_complete_cb declaration |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Create semihost_sys_gettimeofday |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Create semihost_sys_{stat,fstat} |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_system |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_rename |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_remove |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_flen |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_isatty |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_lseek |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Bound length for semihost_sys_{read,write} |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_write |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_read |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_close |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out semihost_sys_open |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Move GET_ARG/SET_ARG earlier in the file |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Use env more often in do_common_semihosting |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out common-semi-target.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out common_semi_has_synccache |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split common_semi_flen_buf per target |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split is_64bit_semihosting per target |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Use struct gdb_stat in common_semi_flen_cb |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | gdbstub: Convert GDB error numbers to host error numbers |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | include/exec: Define errno values in gdbstub.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | include/exec: Move gdb_stat and gdb_timeval to gdbstub.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | include/exec: Move gdb open flags to gdbstub.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Remove GDB_O_BINARY |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Move common-semi.h to include/semihosting/ |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Return void from do_common_semihosting |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Clean up common_semi_open_cb |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Clean up common_semi_flen_cb |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Adjust error checking in common_semi_cb |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Inline set_swi_errno into common_semi_cb |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Split out guestfd.c |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Simplify softmmu_lock_user_string |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Add target_strlen for softmmu-uaccess.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | accel/stubs: Add tcg stub for probe_access_flags |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Move softmmu-uaccess.h functions out of... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Improve condition for config.c and console.c |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Return failure from softmmu-uaccess.h... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | semihosting: Move exec/softmmu-semi.h to semihosting... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | Merge tag 'pull-target-arm-20220627' of https://git... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Check V7VE as well as LPAE in arm_pamax |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Extend arm_pamax to more than aarch64 |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Move pred_{full, gvec}_reg_{offset, size... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add SVL to TB flags |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Introduce sve_vqm1_for_el_sm |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add cpu properties for SME |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Unexport aarch64_add_*_properties |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Move arm_cpu_*_finalize to internals.h |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Generalize cpu_arm_{get, set}_default_vec_len |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Generalize cpu_arm_{get,set}_vq |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Create ARMVQMap |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Move error for sve%d property to arm_cpu_sv... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Implement SMSTART, SMSTOP |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add the SME ZA storage to CPUARMState |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add PSTATE.{SM,ZA} to TB flags |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2 |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add SMCR_ELx |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add SVCR |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add ARM_CP_SME |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add syn_smetrap |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Add SMEEXC_EL to TB flags |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Richard Henderson | target/arm: Implement TPIDR2_EL0 |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Alexander Graf | target/arm: Catch invalid kvm state also for hvf |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Alexander Graf | accel: Introduce current_accel_name() |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Martin Liška | sphinx: change default language to 'en' |
commit | commitdiff | tree | snapshot |
2022-06-26 |
Richard Henderson | Merge tag 'qemu-sparc-20220626' of https://github.com... |
commit | commitdiff | tree | snapshot |
2022-06-26 |
Mark Cave-Ayland | artist: set memory region owners for buffers to the... |
commit | commitdiff | tree | snapshot |
next |