Revisions of xemu

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 40)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 39)
- Update to version 0.7.118+0~git20231218.03f40b1d8e:
  * ui: Support controller peripherals and XMU devices (#1315)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 38)
- Update to version 0.7.117+1~git20231128.800eb468a4:
  * ui: Warn user about no output when AV Pack set to "None"
  * ui: Use only one option for settings window (#1122)
  * nv2a: Implement ZCLIP_MIN,MAX with gl_ClipDistance
  * nv2a: Scale Z by full depth range in inverse viewport transform
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 37)
- Update to version 0.7.115+0~git20231018.d6e5342f89:
  * nvnet: Add unicast and multicast filtering
  * nvnet: Use HWADDR_PRIx for debug hwaddr printing
  * ui: Remember debug video size, position and state across restarts
  * vl: Prevent selection of HDD image as DVD image
  * ui: Apply correct snapshot activation action for save menuitem
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 36)
- Update to version 0.7.111+0~git20230802.edecb41b97:
  * accel/tcg: Support jit profiling with VTune
  * ui: Add option to hide cursor after a period of time
  * tcg/i386: Simplify FP ops further when AVX is available
  * tcg/i386: Simplify FP ops
  * Revert "vl: Move input init to exit_preconfig"
  * vl: Move input init to exit_preconfig
  * tcg/i386: Support fabs,fchs with unique out,in
  * tcg/i386: Support fmul with unique out,in0,in1
  * tcg/i386: Specify a0 output for clarity in fops
  * nv2a: Left-align surface type in nv2a_pgraph_surface_target trace
  * nv2a: Add [last_]surface_shape.clip_y to vmstate
  * ui: Add toggle to hide notifications
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 35)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 34)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 33)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 32)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 31)
- Update to version 0.7.104+0~git20230722.15bf68594f:
  * imgui: Set remote to xemu fork
  * ui: Fix audio debug dialog spacing
  * ui: Fix controller nav
  * ui: Update httplib API
  * httplib: Submodule and update to v0.13.1
  * ui: Update ImPlot API
  * ui: Update Dear ImGui API
  * ui: Update Dear ImGui SDL2 impl name
  * implot: Update to v0.15
  * imgui: Update to v1.89.7
  * xxHash: Update to dev @ 72e69d3
  * tomlplusplus: Update to v3.3.0
  * ci: Add Windows symbols package
  * build: Don't strip Windows release binary
  * build: Drop commented-out data packaging
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 30)
- Update to version 0.7.99+0~git20230717.158cc0d140:
  * target/i386: fix operand size for VCOMI/VUCOMI instructions
  * qemu/osdep: Switch position of "extern" and "G_NORETURN"
  * target/i386: Check CR0.TS before enter_mmx
  * nv2a: Remove assert on TEXGEN_OBJECT_LINEAR
  * nv2a: Compile fix for DEBUG_NV2A enabled
  * Update version for 7.2.4 release
  * ui/gtk: set the area of the scanout texture correctly
  * vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
  * vfio/pci: Fix a segfault in vfio_realize
  * target/ppc: Fix decrementer time underflow and infinite timer loop
  * vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
  * icount: don't adjust virtual time backwards after warp
  * virtio-gpu: Make non-gl display updates work again when blob=true
  * vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
  * vdpa: fix not using CVQ buffer in case of error
  * vhost: release memory_listener object in error path
  * target/hppa: Update to SeaBIOS-hppa version 8
  * target/hppa: New SeaBIOS-hppa version 7
  * target/hppa: Provide qemu version via fw_cfg to firmware
  * target/hppa: Fix OS reboot issues
  * pc-bios/keymaps: Use the official xkb name for Arabic layout, not the legacy synonym
  * host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang
  * hw/timer/nrf51_timer: Don't lose time when timer is queried in tight loop
  * hw/intc/allwinner-a10-pic: Handle IRQ levels other than 0 or 1
  * target/arm: Return correct result for LDG when ATA=0
  * target/arm: Fix return value from LDSMIN/LDSMAX 8/16 bit atomics
  * savevm: Save extra data with iothread lock
  * xemu-snapshots.c: Drop qemu-common.h include
  * aspeed/hace: Initialize g_autofree pointer
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 29)
- Update to version 0.7.96+0~git20230618.0ee7502c23:
  * ui: Make aspect ratio config independent, add autodetect
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 28)
- Update to version 0.7.95+0~git20230614.129c48dd6e:
  * ui: Blank screen when VGA SCREEN_OFF is set
  * ui: Get Windows product and build number
  * nv2a: Fix SET_ANTI_ALIASING_CONTROL
  * nv2a: (Probably partial) handling for `1D7C`
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 27)
- Update to version 0.7.92+0~git20230604.d557a294fe:
  * ui: Move dvd path settings update to lower level for now
  * ui: Fix MainMenuSnapshotsView member visibility
  * ui: Only check for xbe if snapshot xbe filter is on
  * ui: Make snapshot Replace button red
  * ui: Show placeholder text when no snapshots are displayed
  * ui: Use larger font for snapshot search text and create button
  * ui: Clarify snapshot search/name placeholder text
  * ui: Create SnapshotManager, check snapshot disc image path
  * ui: Also clear search regex after creating snapshot
  * ui: Move all snapshot actions into a context menu
  * ui: Stretch snapshot search box
  * ui: Use stylized toggle for snapshot filter by title
  * ui: Unify snapshot filter and title name search box
  * ui: Change snapshot 'Save' button to 'Replace' for clarity
  * ui: Drop extra snapshot create button
  * ui: Allow clicking snapshot Create button without name
  * ui: Improve extra snapshot data storage
  * ui: Scale snapshot thumbnail placeholder properly
  * ui: Support widescreen thumbnails
  * ui: Add snapshot management UI
  * build: Discover latest macOS SDK instead of hardcoding.
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 26)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 25)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 24)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 23)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 22)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 21)
Displaying revisions 1 - 20 of 40
openSUSE Build Service is sponsored by