~sergiodj/ubuntu/+source/qemu:tcg-crash-mantic

Last commit made on 2024-02-14
Get this branch:
git clone -b tcg-crash-mantic https://git.launchpad.net/~sergiodj/ubuntu/+source/qemu
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
tcg-crash-mantic
Repository:
lp:~sergiodj/ubuntu/+source/qemu

Recent commits

2895564... by Sergio Durigan Junior

changelog for 1:8.0.4+dfsg-1ubuntu3.23.10.3

e1a9bef... by Sergio Durigan Junior

  * d/p/u/lp-2051965-*.patch: Fix QEMU crash when using TCG acceleration
    with guest Linux kernel >= 6.3. (LP: #2051965)

6407053... by Marc Deslauriers

1:8.0.4+dfsg-1ubuntu3.23.10.2 (patches unapplied)

Imported using git-ubuntu import.

556e6c4... by Sergio Durigan Junior

changelog for 1:8.0.4+dfsg-1ubuntu3.23.10.1

86ef3db... by Sergio Durigan Junior

  * d/p/u/lp2003673-*.patch: Enable passthrough of IBM Z crypto
    hardware to Secure Execution guests. (LP: #2003673)

5a0f678... by Sergio Durigan Junior

changelog for 1:8.0.4+dfsg-1ubuntu3

545fe72... by Sergio Durigan Junior

  * d/rules: Get rid of binary-helper target; explicitly invoke its
    commands under binary-{arch,indep}. This makes the build succeed
    again in Ubuntu, where binary-helper wasn't being properly invoked.

22fac12... by Sergio Durigan Junior

changelog for 1:8.0.4+dfsg-1ubuntu2

530c6b9... by Michael Tokarev <email address hidden>

d/rules: implement arch-dependent install/build targets without dh too

this eliminates the "dh sequence" completely, making whole thing
implicit without hidden "magic", and d/rules become non-recursive.

Thanks for all the fish, but there's just too much explicit helpfulness.

7580b72... by Michael Tokarev <email address hidden>

d/rules: stop running whole thing with dh, take back *-indep sequence

stop using the "standard dh sequence" to build indep targets.
dh exports all the standard variables (most notable CFLAGS),
assuming we're building regular stuff. But for indep part
we're building bios/firmware things, and regular CFLAGS does
not work. In particular, new -fcf-protection fails when
used with bios code.