2024-04-02 16:12:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 18 12:47:32 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- fix build on non-suse distributions
|
|
|
|
|
2021-11-18 18:19:18 +01:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Thu Nov 18 17:14:15 UTC 2021 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#40
|
|
|
|
- decode extended nop instructions
|
|
|
|
- 3.5
|
|
|
|
|
2021-11-03 09:40:25 +01:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Wed Oct 20 12:13:20 UTC 2021 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#39
|
|
|
|
- fix test suite for 32-bit architectures
|
|
|
|
- 3.4
|
|
|
|
|
2021-10-01 15:46:51 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Fri Oct 1 13:16:19 UTC 2021 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#34
|
|
|
|
- Migrate CI to GitHub Actions
|
|
|
|
- 3.3
|
|
|
|
|
2021-08-18 18:34:16 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Wed Aug 18 16:30:18 UTC 2021 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#35
|
|
|
|
- Fix x86test on musl
|
|
|
|
- 3.2
|
|
|
|
|
2020-01-27 18:39:31 +01:00
|
|
|
--------------------------------------------------------------------
|
2020-01-28 15:19:22 +01:00
|
|
|
Tue Jan 28 14:19:00 UTC 2020 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#28
|
|
|
|
- update README to explain about library versions
|
|
|
|
- adjust code to compile with older C standards
|
|
|
|
- 3.1
|
|
|
|
|
|
|
|
--------------------------------------------------------------------
|
2020-01-27 18:39:31 +01:00
|
|
|
Mon Jan 27 17:38:19 UTC 2020 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#27
|
|
|
|
- rework (i)div and (i)mul instructions
|
|
|
|
- fix typo
|
|
|
|
- add (i)div opcode tests
|
|
|
|
- rework (i)mul instructions to set flags correctly
|
|
|
|
- add (i)mul tests
|
|
|
|
- 3.0
|
|
|
|
|
2020-01-17 14:29:45 +01:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-01-17 11:45:38 +01:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Thu Jan 16 15:45:23 UTC 2020 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#26
|
|
|
|
- add '--32' option to demo program to start in 32-bit mode
|
|
|
|
- 2.5
|
|
|
|
|
2019-08-20 16:26:09 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Tue Aug 20 14:23:47 UTC 2019 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#19
|
|
|
|
- decode: Fix compiler warning
|
|
|
|
- 2.4
|
|
|
|
|
2019-03-21 12:46:58 +01:00
|
|
|
--------------------------------------------------------------------
|
2019-04-24 08:39:28 +02:00
|
|
|
Wed Apr 24 06:37:42 UTC 2019 - snwint@suse.de
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#15
|
|
|
|
- include: Fix GCC strict-prototypes warning
|
|
|
|
- include: Fix 'multiple definition of' linker errors
|
|
|
|
- Small fixes
|
|
|
|
- 2.3
|
|
|
|
|
|
|
|
--------------------------------------------------------------------
|
2019-03-21 12:46:58 +01:00
|
|
|
Thu Mar 21 11:45:15 UTC 2019 - snwint@suse.de
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#14
|
|
|
|
- ops2: Add support for conditional move
|
|
|
|
- ops2: Implement bswap
|
|
|
|
- Add additional ops2 instructions
|
|
|
|
- 2.2
|
|
|
|
|
2019-02-05 10:54:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 14 16:00:52 CET 2019 - kukuk@suse.de
|
|
|
|
|
2024-04-02 16:12:27 +02:00
|
|
|
- Use %license instead of %doc [bsc#1082318]
|
2019-02-05 10:54:58 +01:00
|
|
|
|
2018-08-30 15:34:35 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Thu Aug 30 13:31:45 UTC 2018 - snwint@suse.de
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#13
|
|
|
|
- Fix README.md header typos
|
|
|
|
- 2.1
|
|
|
|
|
2018-11-29 14:02:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 26 10:54:27 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix RPM groups. Trim bias from descriptions.
|
|
|
|
|
2018-07-25 10:44:07 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Wed Jul 25 08:42:44 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#12
|
|
|
|
- fstirlitz: make libx86emu re-entrant
|
|
|
|
- 2.0
|
|
|
|
|
2018-04-27 14:24:34 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Fri Apr 27 12:22:24 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#11
|
|
|
|
- enhance documentation
|
|
|
|
- update git2log script
|
|
|
|
- add better description
|
|
|
|
- 1.14
|
|
|
|
|
2018-04-27 13:53:18 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Fri Apr 27 11:49:32 UTC 2018 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#7
|
|
|
|
- add a small demo program
|
|
|
|
- 1.13
|
|
|
|
|
2017-09-12 13:51:40 +02:00
|
|
|
--------------------------------------------------------------------
|
|
|
|
Tue Sep 12 11:49:46 UTC 2017 - wfeldt@opensuse.org
|
|
|
|
|
|
|
|
- merge gh#wfeldt/libx86emu#9
|
|
|
|
- add proper LICENSE file (containing the actual license) and add
|
|
|
|
it consistently to all source files
|
|
|
|
- 1.12
|
|
|
|
|
2016-06-22 14:18:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 22 12:18:16 UTC 2016 - snwint@suse.com
|
|
|
|
|
|
|
|
- Add tests for retn/retf instructions
|
|
|
|
- Small compatibility fixes for msvc compiler
|
|
|
|
- 1.11
|
|
|
|
|
2016-04-05 17:36:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 5 15:36:24 UTC 2016 - snwint@suse.com
|
|
|
|
|
|
|
|
- add tests for rol/ror instructions
|
|
|
|
- rewrite rol/ror implementation to be more readable and to fix overflow flag setting
|
|
|
|
- 1.10
|
|
|
|
|
2016-04-05 17:33:16 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 5 15:33:12 UTC 2016 - snwint@suse.com
|
|
|
|
|
|
|
|
- build on more archs
|
|
|
|
- 1.9
|
|
|
|
|
2016-04-05 17:23:19 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 5 15:23:16 UTC 2016 - snwint@suse.com
|
|
|
|
|
|
|
|
- Fixed some small bugs
|
|
|
|
- Fixed "RET imm" instructions
|
|
|
|
- 1.8
|
|
|
|
|
2016-03-16 15:57:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 16 15:57:17 CET 2016 - snwint@suse.com
|
|
|
|
|
|
|
|
- build on more archs
|
|
|
|
- 1.7
|
|
|
|
|
2015-10-13 11:18:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 13 09:18:23 UTC 2015 - snwint@suse.com
|
|
|
|
|
|
|
|
- Add what's libx86emu useful for
|
|
|
|
- Add documentation about how the project is sent to the distribution
|
|
|
|
- Convert README to Markdown
|
|
|
|
- 1.6
|
|
|
|
|
2015-03-05 15:32:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 2 11:46:08 CET 2015 - snwint@suse.com
|
|
|
|
|
|
|
|
- avoid using reserved c++ words
|
|
|
|
- fix typo in Makefile
|
|
|
|
- fix some compiler warnings
|
|
|
|
- prepare for obs auto-submission
|
|
|
|
- add VERSION file back
|
|
|
|
- 1.5
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 31 14:47:04 CET 2011 - snwint@suse.de
|
|
|
|
|
|
|
|
- better invalid code detection
|
|
|
|
- fix instruction log for some instructions
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 23 18:07:14 CEST 2010 - snwint@suse.de
|
|
|
|
|
|
|
|
- create VERSION and changelog from git repo
|
|
|
|
- log message
|
|
|
|
- don't use 'i386'
|
|
|
|
- properly decode all descriptor types
|
|
|
|
|
2009-06-10 18:28:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 10 10:20:17 CEST 2009 - snwint@suse.de
|
|
|
|
|
|
|
|
- avoid that error in future
|
|
|
|
|
2009-06-10 02:18:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 9 20:44:08 CEST 2009 - coolo@novell.com
|
|
|
|
|
|
|
|
- fix typo
|
|
|
|
|
2009-06-09 17:58:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 9 17:26:49 CEST 2009 - snwint@suse.de
|
|
|
|
|
|
|
|
- export only API functions in shared lib
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 8 12:46:50 CEST 2009 - snwint@suse.de
|
|
|
|
|
|
|
|
- upgraded to version 1.0
|
|
|
|
- align to package conventions
|
|
|
|
|