- release 2.6
OBS-URL: https://build.opensuse.org/package/show/system:install:head/libx86emu?expand=0&rev=37
This commit is contained in:
parent
c733acf032
commit
39687790f4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d0085b28fafe7a1209ccc7bf3e29708b9e8199124de471e1114bc0d8b660a53
|
|
||||||
size 84896
|
|
3
libx86emu-2.6.tar.xz
Normal file
3
libx86emu-2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:20f53df60e1c76025c06d16332fda64d28f7ec5e87b56c32a1ff1b2ab34fd7da
|
||||||
|
size 86596
|
@ -1,3 +1,37 @@
|
|||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Jan 17 12:32:27 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#wfeldt/libx86emu#17
|
||||||
|
- Introduce LDFLAGS variable in Makefiles
|
||||||
|
- test: Link with the development version of the library
|
||||||
|
- test: Sort tests by name
|
||||||
|
- Add Travis CI configuration file and a badge in the README
|
||||||
|
- Travis CI integration
|
||||||
|
- 2.6
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Jan 17 12:28:09 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#wfeldt/libx86emu#22
|
||||||
|
- decode: Prepare for SSE support
|
||||||
|
- ops2: Add SSE instructions
|
||||||
|
- ops2: Add packed SSE ops
|
||||||
|
- Minimal SSE support
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Jan 17 12:26:51 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#wfeldt/libx86emu#21
|
||||||
|
- prim_ops: Fix compiler warning
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Jan 17 12:24:59 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
- merge gh#wfeldt/libx86emu#24
|
||||||
|
- ops2: Add cpuid support using a new handler
|
||||||
|
- ops2: Introduce a callback function for MSR access
|
||||||
|
- Push cpuid msr callback
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Thu Jan 16 15:45:23 UTC 2020 - wfeldt@opensuse.org
|
Thu Jan 16 15:45:23 UTC 2020 - wfeldt@opensuse.org
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ BuildRequires: xz
|
|||||||
Summary: An x86 emulation library
|
Summary: An x86 emulation library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Url: https://github.com/wfeldt/libx86emu
|
Url: https://github.com/wfeldt/libx86emu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user